Html Css Color HEX #3ECCCE Medium Turquoise

📋 copy color: '#3ECCCE'

red 62 ◦ green 204 ◦ blue 206

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

Shades of Medium Turquoise #3ECCCE

Tints of Medium Turquoise #3ECCCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 43.64%

R = 13.14%
G = 43.22%
B = 43.64%

CMYK

 C value IS 0.70

 M value IS 0.01

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3ECCCE (or 0x3ECCCE) is known color: Medium Turquoise. HEX triplet: 3E, CC and CE. RGB value is (62,204,206). Sum of RGB (Red+Green+Blue) = 62+204+206=472 (62% of max value = 765). Red value is 62 (24.61% from 255 or 13.14% from 472); Green value is 204 (80.08% from 255 or 43.22% from 472); Blue value is 206 (80.86% from 255 or 43.64% from 472); Max value from RGB is 206 - color contains mainly: blue. Hex color #3ECCCE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ECCCE is #C13331. Grayscale: #A1A1A1. Windows color (decimal): -12661554 or 13552702. OLE color: 13552702.

HSL color Cylindrical-coordinate representation of color #3ECCCE: hue angle of 180.83º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3ECCCE is Cyan = 0.70, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 62 204 206 -
CMYK 0.70 0.01 0 0.19
HSL 180.83º 0.6% 0.53% -
HSV(B) 180.83º 0.7% 0.81% -
XYZ 34.72 48.67 65.96 -
YUV 161.77 152.96 56.84 -
System Red Green Blue C M Y K H S L
Decimal 62 204 206 0.70 0.01 0 0.19 180.83 0.6 0.53
Hex 3E CC CE 46 1 0 13 B5 3C 35
Octal 76 314 316 106 1 0 23 265 74 65
Binary 111110 11001100 11001110 1000110 1 0 10011 10110101 111100 110101

Color Harmonies of #3ECCCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ECCCE

Black with #3ECCCE

Text Example


Text Example

White with #3ECCCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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