Html Css Color HEX #3EECCE Turquoise

📋 copy color: '#3EECCE'

red 62 ◦ green 236 ◦ blue 206

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

Shades of Turquoise #3EECCE

Tints of Turquoise #3EECCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 40.87%

R = 12.3%
G = 46.83%
B = 40.87%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#3EECCE (or 0x3EECCE) is known color: Turquoise. HEX triplet: 3E, EC and CE. RGB value is (62,236,206). Sum of RGB (Red+Green+Blue) = 62+236+206=504 (66% of max value = 765). Red value is 62 (24.61% from 255 or 12.30% from 504); Green value is 236 (92.58% from 255 or 46.83% from 504); Blue value is 206 (80.86% from 255 or 40.87% from 504); Max value from RGB is 236 - color contains mainly: green. Hex color #3EECCE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3EECCE is #C11331. Grayscale: #B4B4B4. Windows color (decimal): -12653362 or 13560894. OLE color: 13560894.

HSL color Cylindrical-coordinate representation of color #3EECCE: hue angle of 169.66º 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 #3EECCE is Cyan = 0.74, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.

Color convert

RGB 62 236 206 -
CMYK 0.74 0 0.13 0.07
HSL 169.66º 0.82% 0.58% -
HSV(B) 169.66º 0.74% 0.93% -
XYZ 43.12 65.47 68.76 -
YUV 180.55 142.35 43.44 -
System Red Green Blue C M Y K H S L
Decimal 62 236 206 0.74 0 0.13 0.07 169.66 0.82 0.58
Hex 3E EC CE 4A 0 D 7 AA 52 3A
Octal 76 354 316 112 0 15 7 252 122 72
Binary 111110 11101100 11001110 1001010 0 1101 111 10101010 1010010 111010

Color Harmonies of #3EECCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3EECCE

Black with #3EECCE

Text Example


Text Example

White with #3EECCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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