Html Css Color HEX #3EEBCB Turquoise

📋 copy color: '#3EEBCB'

red 62 ◦ green 235 ◦ blue 203

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

Shades of Turquoise #3EEBCB

Tints of Turquoise #3EEBCB

RGB

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

 GREEN value IS 235 (92.19% from 255) = 47%

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

R = 12.4%
G = 47%
B = 40.6%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.14

 K value IS 0.08

RGB Variations

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

Color information

#3EEBCB (or 0x3EEBCB) is known color: Turquoise. HEX triplet: 3E, EB and CB. RGB value is (62,235,203). Sum of RGB (Red+Green+Blue) = 62+235+203=500 (66% of max value = 765). Red value is 62 (24.61% from 255 or 12.4% from 500); Green value is 235 (92.19% from 255 or 47% from 500); Blue value is 203 (79.69% from 255 or 40.6% from 500); Max value from RGB is 235 - color contains mainly: green. Hex color #3EEBCB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3EEBCB is #C11434. Grayscale: #B3B3B3. Windows color (decimal): -12653621 or 13364030. OLE color: 13364030.

HSL color Cylindrical-coordinate representation of color #3EEBCB: hue angle of 168.9º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3EEBCB is Cyan = 0.74, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.08.

Color convert

RGB 62 235 203 -
CMYK 0.74 0 0.14 0.08
HSL 168.9º 0.81% 0.58% -
HSV(B) 168.9º 0.74% 0.92% -
XYZ 42.47 64.75 66.76 -
YUV 179.63 141.19 44.1 -
System Red Green Blue C M Y K H S L
Decimal 62 235 203 0.74 0 0.14 0.08 168.9 0.81 0.58
Hex 3E EB CB 4A 0 E 8 A9 51 3A
Octal 76 353 313 112 0 16 10 251 121 72
Binary 111110 11101011 11001011 1001010 0 1110 1000 10101001 1010001 111010

Color Harmonies of #3EEBCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3EEBCB

Black with #3EEBCB

Text Example


Text Example

White with #3EEBCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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