Html Css Color HEX #3ECBCD Medium Turquoise

📋 copy color: '#3ECBCD'

red 62 ◦ green 203 ◦ blue 205

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

Shades of Medium Turquoise #3ECBCD

Tints of Medium Turquoise #3ECBCD

RGB

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

 GREEN value IS 203 (79.69% from 255) = 43.19%

 BLUE value IS 205 (80.47% from 255) = 43.62%

R = 13.19%
G = 43.19%
B = 43.62%

CMYK

 C value IS 0.70

 M value IS 0.01

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3ECBCD (or 0x3ECBCD) is known color: Medium Turquoise. HEX triplet: 3E, CB and CD. RGB value is (62,203,205). Sum of RGB (Red+Green+Blue) = 62+203+205=470 (62% of max value = 765). Red value is 62 (24.61% from 255 or 13.19% from 470); Green value is 203 (79.69% from 255 or 43.19% from 470); Blue value is 205 (80.47% from 255 or 43.62% from 470); Max value from RGB is 205 - color contains mainly: blue. Hex color #3ECBCD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ECBCD is #C13432. Grayscale: #A0A0A0. Windows color (decimal): -12661811 or 13486910. OLE color: 13486910.

HSL color Cylindrical-coordinate representation of color #3ECBCD: hue angle of 180.84º degrees, saturation: 0.59, 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 #3ECBCD is Cyan = 0.70, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 62 203 205 -
CMYK 0.70 0.01 0 0.20
HSL 180.84º 0.59% 0.52% -
HSV(B) 180.84º 0.7% 0.8% -
XYZ 34.36 48.14 65.24 -
YUV 161.07 152.79 57.34 -
System Red Green Blue C M Y K H S L
Decimal 62 203 205 0.70 0.01 0 0.20 180.84 0.59 0.52
Hex 3E CB CD 46 1 0 14 B5 3B 34
Octal 76 313 315 106 1 0 24 265 73 64
Binary 111110 11001011 11001101 1000110 1 0 10100 10110101 111011 110100

Color Harmonies of #3ECBCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ECBCD

Black with #3ECBCD

Text Example


Text Example

White with #3ECBCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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