Html Css Color HEX #3EEFCC Turquoise

📋 copy color: '#3EEFCC'

red 62 ◦ green 239 ◦ blue 204

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

Shades of Turquoise #3EEFCC

Tints of Turquoise #3EEFCC

RGB

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

 GREEN value IS 239 (93.75% from 255) = 47.33%

 BLUE value IS 204 (80.08% from 255) = 40.4%

R = 12.28%
G = 47.33%
B = 40.4%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#3EEFCC (or 0x3EEFCC) is known color: Turquoise. HEX triplet: 3E, EF and CC. RGB value is (62,239,204). Sum of RGB (Red+Green+Blue) = 62+239+204=505 (66% of max value = 765). Red value is 62 (24.61% from 255 or 12.28% from 505); Green value is 239 (93.75% from 255 or 47.33% from 505); Blue value is 204 (80.08% from 255 or 40.40% from 505); Max value from RGB is 239 - color contains mainly: green. Hex color #3EEFCC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3EEFCC is #C11033. Grayscale: #B6B6B6. Windows color (decimal): -12652596 or 13430590. OLE color: 13430590.

HSL color Cylindrical-coordinate representation of color #3EEFCC: hue angle of 168.14º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3EEFCC is Cyan = 0.74, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB 62 239 204 -
CMYK 0.74 0 0.15 0.06
HSL 168.14º 0.85% 0.59% -
HSV(B) 168.14º 0.74% 0.94% -
XYZ 43.75 67.12 67.78 -
YUV 182.09 140.36 42.35 -
System Red Green Blue C M Y K H S L
Decimal 62 239 204 0.74 0 0.15 0.06 168.14 0.85 0.59
Hex 3E EF CC 4A 0 F 6 A8 55 3B
Octal 76 357 314 112 0 17 6 250 125 73
Binary 111110 11101111 11001100 1001010 0 1111 110 10101000 1010101 111011

Color Harmonies of #3EEFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3EEFCC

Black with #3EEFCC

Text Example


Text Example

White with #3EEFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,239,204); }

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

background-color css

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

 a { background-color: rgb(62,239,204); }

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

border-color css

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

 span { border-color: rgb(62,239,204); }

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