#3EFDBB

Color #3EFDBB Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise #3EFDBB

Tints of Turquoise #3EFDBB

Color information

#3EFDBB (or 0x3EFDBB) is unknown color: approx Turquoise. HEX triplet: 3E, FD and BB. RGB value is (62,253,187). Sum of RGB (Red+Green+Blue) = 62+253+187=502 (66% of max value = 765). Red value is 62 (24.61% from 255 or 12.35% from 502); Green value is 253 (99.22% from 255 or 50.40% from 502); Blue value is 187 (73.44% from 255 or 37.25% from 502); Max value from RGB is 253 - color contains mainly: green. Hex color #3EFDBB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3EFDBB is #C10244. Grayscale: #BCBCBC. Windows color (decimal): -12649029 or 12320062. OLE color: 12320062.

HSL color Cylindrical-coordinate representation of color #3EFDBB: hue angle of 159.27º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3EFDBB is Cyan = 0.75, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.

Color convert

RGB62253187-
CMYK0.7500.260.01
HSL159.27º97.95%61.76%-
HSV(B)159.27º75.49%99.22%-
XYZ46.0874.8659.03-
YUV188.37127.2237.87-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 62 (24.61% from 255) = 12.35%
GREEN value IS 253 (99.22% from 255) = 50.40%
BLUE value IS 187 (73.44% from 255) = 37.25%
R=12.35%
G=50.40%
B=37.25%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal622531870.7500.260.01159.2797.9561.76
Hex3EFDBB4B01A19f623e
Octal76375273113032123714276
Binary111110111111011011101110010110110101100111111100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3EFDBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3EFDBB; }

 p { color: rgb(62,253,187); }

 H1.HeaderClassName
 {
   color: #3EFDBB;
 }
 .AnyTagClassName
 {
   color: #3EFDBB;
 }
</style>
background-color css

<style>
 a { background-color: #3EFDBB; }

 a { background-color: rgb(62,253,187); }

 div.DivClassName
 {
   background-color: #3EFDBB;
 }
 .BgClassName
 {
   background-color: #3EFDBB;
 }
</style>
border-color css

<style>
 span { border-color: #3EFDBB; }

 span { border-color: rgb(62,253,187); }

 td.TdClassName
 {
   border-color: #3EFDBB;
 }
 .TagClassName
 {
   border-color: #3EFDBB;
 }
</style>