Html Css Color HEX #3ECCCB Medium Turquoise

📋 copy color: '#3ECCCB'

red 62 ◦ green 204 ◦ blue 203

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

Shades of Medium Turquoise #3ECCCB

Tints of Medium Turquoise #3ECCCB

RGB

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

 GREEN value IS 204 (80.08% from 255) = 43.5%

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

R = 13.22%
G = 43.5%
B = 43.28%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.00

 K value IS 0.2

RGB Variations

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

Color information

#3ECCCB (or 0x3ECCCB) is known color: Medium Turquoise. HEX triplet: 3E, CC and CB. RGB value is (62,204,203). Sum of RGB (Red+Green+Blue) = 62+204+203=469 (62% of max value = 765). Red value is 62 (24.61% from 255 or 13.22% from 469); Green value is 204 (80.08% from 255 or 43.50% from 469); Blue value is 203 (79.69% from 255 or 43.28% from 469); Max value from RGB is 204 - color contains mainly: green. Hex color #3ECCCB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ECCCB is #C13334. Grayscale: #A1A1A1. Windows color (decimal): -12661557 or 13356094. OLE color: 13356094.

HSL color Cylindrical-coordinate representation of color #3ECCCB: hue angle of 179.58º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3ECCCB is Cyan = 0.70, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.2.

Color convert

RGB 62 204 203 -
CMYK 0.70 0 0.00 0.2
HSL 179.58º 0.58% 0.52% -
HSV(B) 179.58º 0.7% 0.8% -
XYZ 34.36 48.52 64.05 -
YUV 161.43 151.46 57.08 -
System Red Green Blue C M Y K H S L
Decimal 62 204 203 0.70 0 0.00 0.2 179.58 0.58 0.52
Hex 3E CC CB 46 0 0 14 B4 3A 34
Octal 76 314 313 106 0 0 24 264 72 64
Binary 111110 11001100 11001011 1000110 0 0 10100 10110100 111010 110100

Color Harmonies of #3ECCCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ECCCB

Black with #3ECCCB

Text Example


Text Example

White with #3ECCCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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