Html Css Color HEX #3EECD4 Turquoise

📋 copy color: '#3EECD4'

red 62 ◦ green 236 ◦ blue 212

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

Shades of Turquoise #3EECD4

Tints of Turquoise #3EECD4

RGB

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

 GREEN value IS 236 (92.58% from 255) = 46.27%

 BLUE value IS 212 (83.2% from 255) = 41.57%

R = 12.16%
G = 46.27%
B = 41.57%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.10

 K value IS 0.07

RGB Variations

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

Color information

#3EECD4 (or 0x3EECD4) is known color: Turquoise. HEX triplet: 3E, EC and D4. RGB value is (62,236,212). Sum of RGB (Red+Green+Blue) = 62+236+212=510 (67% of max value = 765). Red value is 62 (24.61% from 255 or 12.16% from 510); Green value is 236 (92.58% from 255 or 46.27% from 510); Blue value is 212 (83.20% from 255 or 41.57% from 510); Max value from RGB is 236 - color contains mainly: green. Hex color #3EECD4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3EECD4 is #C1132B. Grayscale: #B5B5B5. Windows color (decimal): -12653356 or 13954110. OLE color: 13954110.

HSL color Cylindrical-coordinate representation of color #3EECD4: hue angle of 171.72º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3EECD4 is Cyan = 0.74, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.

Color convert

RGB 62 236 212 -
CMYK 0.74 0 0.10 0.07
HSL 171.72º 0.82% 0.58% -
HSV(B) 171.72º 0.74% 0.93% -
XYZ 43.87 65.77 72.67 -
YUV 181.24 145.35 42.95 -
System Red Green Blue C M Y K H S L
Decimal 62 236 212 0.74 0 0.10 0.07 171.72 0.82 0.58
Hex 3E EC D4 4A 0 A 7 AC 52 3A
Octal 76 354 324 112 0 12 7 254 122 72
Binary 111110 11101100 11010100 1001010 0 1010 111 10101100 1010010 111010

Color Harmonies of #3EECD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3EECD4

Black with #3EECD4

Text Example


Text Example

White with #3EECD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,236,212); }

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

background-color css

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

 a { background-color: rgb(62,236,212); }

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

border-color css

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

 span { border-color: rgb(62,236,212); }

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