Html Css Color HEX #3EEEEC Turquoise

📋 copy color: '#3EEEEC'

red 62 ◦ green 238 ◦ blue 236

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

Shades of Turquoise #3EEEEC

Tints of Turquoise #3EEEEC

RGB

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

 GREEN value IS 238 (93.36% from 255) = 44.4%

 BLUE value IS 236 (92.58% from 255) = 44.03%

R = 11.57%
G = 44.4%
B = 44.03%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.01

 K value IS 0.07

RGB Variations

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

Color information

#3EEEEC (or 0x3EEEEC) is known color: Turquoise. HEX triplet: 3E, EE and EC. RGB value is (62,238,236). Sum of RGB (Red+Green+Blue) = 62+238+236=536 (70% of max value = 765). Red value is 62 (24.61% from 255 or 11.57% from 536); Green value is 238 (93.36% from 255 or 44.40% from 536); Blue value is 236 (92.58% from 255 or 44.03% from 536); Max value from RGB is 238 - color contains mainly: green. Hex color #3EEEEC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3EEEEC is #C11113. Grayscale: #B8B8B8. Windows color (decimal): -12652820 or 15527486. OLE color: 15527486.

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

Color convert

RGB 62 238 236 -
CMYK 0.74 0 0.01 0.07
HSL 179.32º 0.84% 0.59% -
HSV(B) 179.32º 0.74% 0.93% -
XYZ 47.7 68.23 90.01 -
YUV 185.15 156.69 40.16 -
System Red Green Blue C M Y K H S L
Decimal 62 238 236 0.74 0 0.01 0.07 179.32 0.84 0.59
Hex 3E EE EC 4A 0 1 7 B3 54 3B
Octal 76 356 354 112 0 1 7 263 124 73
Binary 111110 11101110 11101100 1001010 0 1 111 10110011 1010100 111011

Color Harmonies of #3EEEEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3EEEEC

Black with #3EEEEC

Text Example


Text Example

White with #3EEEEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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