Html Css Color HEX #3EE1CC Turquoise

📋 copy color: '#3EE1CC'

red 62 ◦ green 225 ◦ blue 204

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

Shades of Turquoise #3EE1CC

Tints of Turquoise #3EE1CC

RGB

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

 GREEN value IS 225 (88.28% from 255) = 45.82%

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

R = 12.63%
G = 45.82%
B = 41.55%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.09

 K value IS 0.12

RGB Variations

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

Color information

#3EE1CC (or 0x3EE1CC) is known color: Turquoise. HEX triplet: 3E, E1 and CC. RGB value is (62,225,204). Sum of RGB (Red+Green+Blue) = 62+225+204=491 (65% of max value = 765). Red value is 62 (24.61% from 255 or 12.63% from 491); Green value is 225 (88.28% from 255 or 45.82% from 491); Blue value is 204 (80.08% from 255 or 41.55% from 491); Max value from RGB is 225 - color contains mainly: green. Hex color #3EE1CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3EE1CC is #C11E33. Grayscale: #ADADAD. Windows color (decimal): -12656180 or 13427006. OLE color: 13427006.

HSL color Cylindrical-coordinate representation of color #3EE1CC: hue angle of 172.27º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3EE1CC is Cyan = 0.72, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.12.

Color convert

RGB 62 225 204 -
CMYK 0.72 0 0.09 0.12
HSL 172.27º 0.73% 0.56% -
HSV(B) 172.27º 0.72% 0.88% -
XYZ 39.81 59.23 66.46 -
YUV 173.87 145 48.21 -
System Red Green Blue C M Y K H S L
Decimal 62 225 204 0.72 0 0.09 0.12 172.27 0.73 0.56
Hex 3E E1 CC 48 0 9 C AC 49 38
Octal 76 341 314 110 0 11 14 254 111 70
Binary 111110 11100001 11001100 1001000 0 1001 1100 10101100 1001001 111000

Color Harmonies of #3EE1CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3EE1CC

Black with #3EE1CC

Text Example


Text Example

White with #3EE1CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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