Html Css Color HEX #3EFCD2 Turquoise

📋 copy color: '#3EFCD2'

red 62 ◦ green 252 ◦ blue 210

#3EFCD2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turquoise #3EFCD2

Tints of Turquoise #3EFCD2

RGB

 RED value IS 62 (24.61% from 255) = 11.83%

 GREEN value IS 252 (98.83% from 255) = 48.09%

 BLUE value IS 210 (82.42% from 255) = 40.08%

R = 11.83%
G = 48.09%
B = 40.08%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.17

 K value IS 0.01

RGB Variations

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

Color information

#3EFCD2 (or 0x3EFCD2) is known color: Turquoise. HEX triplet: 3E, FC and D2. RGB value is (62,252,210). Sum of RGB (Red+Green+Blue) = 62+252+210=524 (69% of max value = 765). Red value is 62 (24.61% from 255 or 11.83% from 524); Green value is 252 (98.83% from 255 or 48.09% from 524); Blue value is 210 (82.42% from 255 or 40.08% from 524); Max value from RGB is 252 - color contains mainly: green. Hex color #3EFCD2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3EFCD2 is #C1032D. Grayscale: #BEBEBE. Windows color (decimal): -12649262 or 13827134. OLE color: 13827134.

HSL color Cylindrical-coordinate representation of color #3EFCD2: hue angle of 166.74º degrees, saturation: 0.97, 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 #3EFCD2 is Cyan = 0.75, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.01.

Color convert

RGB 62 252 210 -
CMYK 0.75 0 0.17 0.01
HSL 166.74º 0.97% 0.62% -
HSV(B) 166.74º 0.75% 0.99% -
XYZ 48.43 75.3 72.95 -
YUV 190.4 139.05 36.42 -
System Red Green Blue C M Y K H S L
Decimal 62 252 210 0.75 0 0.17 0.01 166.74 0.97 0.62
Hex 3E FC D2 4B 0 11 1 A7 61 3E
Octal 76 374 322 113 0 21 1 247 141 76
Binary 111110 11111100 11010010 1001011 0 10001 1 10100111 1100001 111110

Color Harmonies of #3EFCD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3EFCD2

Black with #3EFCD2

Text Example


Text Example

White with #3EFCD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,252,210); }

 H1.HeaderClassName
 {
   color: #3EFCD2;
 }
 .AnyTagClassName
 {
   color: #3EFCD2;
 }
</style>

background-color css

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

 a { background-color: rgb(62,252,210); }

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

border-color css

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

 span { border-color: rgb(62,252,210); }

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