Html Css Color HEX #3EECCB Turquoise

📋 copy color: '#3EECCB'

red 62 ◦ green 236 ◦ blue 203

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

Shades of Turquoise #3EECCB

Tints of Turquoise #3EECCB

RGB

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

 GREEN value IS 236 (92.58% from 255) = 47.11%

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

R = 12.38%
G = 47.11%
B = 40.52%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#3EECCB (or 0x3EECCB) is known color: Turquoise. HEX triplet: 3E, EC and CB. RGB value is (62,236,203). Sum of RGB (Red+Green+Blue) = 62+236+203=501 (66% of max value = 765). Red value is 62 (24.61% from 255 or 12.38% from 501); Green value is 236 (92.58% from 255 or 47.11% from 501); Blue value is 203 (79.69% from 255 or 40.52% from 501); Max value from RGB is 236 - color contains mainly: green. Hex color #3EECCB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3EECCB is #C11334. Grayscale: #B4B4B4. Windows color (decimal): -12653365 or 13364286. OLE color: 13364286.

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

Color convert

RGB 62 236 203 -
CMYK 0.74 0 0.14 0.07
HSL 168.62º 0.82% 0.58% -
HSV(B) 168.62º 0.74% 0.93% -
XYZ 42.76 65.33 66.86 -
YUV 180.21 140.85 43.68 -
System Red Green Blue C M Y K H S L
Decimal 62 236 203 0.74 0 0.14 0.07 168.62 0.82 0.58
Hex 3E EC CB 4A 0 E 7 A9 52 3A
Octal 76 354 313 112 0 16 7 251 122 72
Binary 111110 11101100 11001011 1001010 0 1110 111 10101001 1010010 111010

Color Harmonies of #3EECCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3EECCB

Black with #3EECCB

Text Example


Text Example

White with #3EECCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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