Html Css Color HEX #3EF2CB Turquoise

📋 copy color: '#3EF2CB'

red 62 ◦ green 242 ◦ blue 203

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

Shades of Turquoise #3EF2CB

Tints of Turquoise #3EF2CB

RGB

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

 GREEN value IS 242 (94.92% from 255) = 47.73%

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

R = 12.23%
G = 47.73%
B = 40.04%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.16

 K value IS 0.05

RGB Variations

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

Color information

#3EF2CB (or 0x3EF2CB) is known color: Turquoise. HEX triplet: 3E, F2 and CB. RGB value is (62,242,203). Sum of RGB (Red+Green+Blue) = 62+242+203=507 (67% of max value = 765). Red value is 62 (24.61% from 255 or 12.23% from 507); Green value is 242 (94.92% from 255 or 47.73% from 507); Blue value is 203 (79.69% from 255 or 40.04% from 507); Max value from RGB is 242 - color contains mainly: green. Hex color #3EF2CB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3EF2CB is #C10D34. Grayscale: #B7B7B7. Windows color (decimal): -12651829 or 13365822. OLE color: 13365822.

HSL color Cylindrical-coordinate representation of color #3EF2CB: hue angle of 167º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3EF2CB is Cyan = 0.74, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB 62 242 203 -
CMYK 0.74 0 0.16 0.05
HSL 167º 0.87% 0.6% -
HSV(B) 167º 0.74% 0.95% -
XYZ 44.52 68.84 67.44 -
YUV 183.73 138.87 41.17 -
System Red Green Blue C M Y K H S L
Decimal 62 242 203 0.74 0 0.16 0.05 167 0.87 0.6
Hex 3E F2 CB 4A 0 10 5 A7 57 3C
Octal 76 362 313 112 0 20 5 247 127 74
Binary 111110 11110010 11001011 1001010 0 10000 101 10100111 1010111 111100

Color Harmonies of #3EF2CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3EF2CB

Black with #3EF2CB

Text Example


Text Example

White with #3EF2CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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