Html Css Color HEX #3EE4CB Turquoise

📋 copy color: '#3EE4CB'

red 62 ◦ green 228 ◦ blue 203

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

Shades of Turquoise #3EE4CB

Tints of Turquoise #3EE4CB

RGB

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

 GREEN value IS 228 (89.45% from 255) = 46.25%

 BLUE value IS 203 (79.69% from 255) = 41.18%

R = 12.58%
G = 46.25%
B = 41.18%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.11

 K value IS 0.11

RGB Variations

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

Color information

#3EE4CB (or 0x3EE4CB) is known color: Turquoise. HEX triplet: 3E, E4 and CB. RGB value is (62,228,203). Sum of RGB (Red+Green+Blue) = 62+228+203=493 (65% of max value = 765). Red value is 62 (24.61% from 255 or 12.58% from 493); Green value is 228 (89.45% from 255 or 46.25% from 493); Blue value is 203 (79.69% from 255 or 41.18% from 493); Max value from RGB is 228 - color contains mainly: green. Hex color #3EE4CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3EE4CB is #C11B34. Grayscale: #AFAFAF. Windows color (decimal): -12655413 or 13362238. OLE color: 13362238.

HSL color Cylindrical-coordinate representation of color #3EE4CB: hue angle of 170.96º degrees, saturation: 0.75, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3EE4CB is Cyan = 0.73, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.11.

Color convert

RGB 62 228 203 -
CMYK 0.73 0 0.11 0.11
HSL 170.96º 0.75% 0.57% -
HSV(B) 170.96º 0.73% 0.89% -
XYZ 40.51 60.82 66.1 -
YUV 175.52 143.5 47.03 -
System Red Green Blue C M Y K H S L
Decimal 62 228 203 0.73 0 0.11 0.11 170.96 0.75 0.57
Hex 3E E4 CB 49 0 B B AB 4B 39
Octal 76 344 313 111 0 13 13 253 113 71
Binary 111110 11100100 11001011 1001001 0 1011 1011 10101011 1001011 111001

Color Harmonies of #3EE4CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3EE4CB

Black with #3EE4CB

Text Example


Text Example

White with #3EE4CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,228,203); }

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

background-color css

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

 a { background-color: rgb(62,228,203); }

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

border-color css

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

 span { border-color: rgb(62,228,203); }

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