Html Css Color HEX #3ECCD6 Medium Turquoise

📋 copy color: '#3ECCD6'

red 62 ◦ green 204 ◦ blue 214

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

Shades of Medium Turquoise #3ECCD6

Tints of Medium Turquoise #3ECCD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 44.58%

R = 12.92%
G = 42.5%
B = 44.58%

CMYK

 C value IS 0.71

 M value IS 0.05

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#3ECCD6 (or 0x3ECCD6) is known color: Medium Turquoise. HEX triplet: 3E, CC and D6. RGB value is (62,204,214). Sum of RGB (Red+Green+Blue) = 62+204+214=480 (63% of max value = 765). Red value is 62 (24.61% from 255 or 12.92% from 480); Green value is 204 (80.08% from 255 or 42.5% from 480); Blue value is 214 (83.98% from 255 or 44.58% from 480); Max value from RGB is 214 - color contains mainly: blue. Hex color #3ECCD6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ECCD6 is #C13329. Grayscale: #A2A2A2. Windows color (decimal): -12661546 or 14076990. OLE color: 14076990.

HSL color Cylindrical-coordinate representation of color #3ECCD6: hue angle of 183.95º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3ECCD6 is Cyan = 0.71, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 62 204 214 -
CMYK 0.71 0.05 0 0.16
HSL 183.95º 0.65% 0.54% -
HSV(B) 183.95º 0.71% 0.84% -
XYZ 35.72 49.06 71.21 -
YUV 162.68 156.96 56.19 -
System Red Green Blue C M Y K H S L
Decimal 62 204 214 0.71 0.05 0 0.16 183.95 0.65 0.54
Hex 3E CC D6 47 5 0 10 B8 41 36
Octal 76 314 326 107 5 0 20 270 101 66
Binary 111110 11001100 11010110 1000111 101 0 10000 10111000 1000001 110110

Color Harmonies of #3ECCD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ECCD6

Black with #3ECCD6

Text Example


Text Example

White with #3ECCD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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