Html Css Color HEX #3ECFCB Medium Turquoise

📋 copy color: '#3ECFCB'

red 62 ◦ green 207 ◦ blue 203

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

Shades of Medium Turquoise #3ECFCB

Tints of Medium Turquoise #3ECFCB

RGB

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

 GREEN value IS 207 (81.25% from 255) = 43.86%

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

R = 13.14%
G = 43.86%
B = 43.01%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.02

 K value IS 0.19

RGB Variations

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

Color information

#3ECFCB (or 0x3ECFCB) is known color: Medium Turquoise. HEX triplet: 3E, CF and CB. RGB value is (62,207,203). Sum of RGB (Red+Green+Blue) = 62+207+203=472 (62% of max value = 765). Red value is 62 (24.61% from 255 or 13.14% from 472); Green value is 207 (81.25% from 255 or 43.86% from 472); Blue value is 203 (79.69% from 255 or 43.01% from 472); Max value from RGB is 207 - color contains mainly: green. Hex color #3ECFCB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ECFCB is #C13034. Grayscale: #A3A3A3. Windows color (decimal): -12660789 or 13356862. OLE color: 13356862.

HSL color Cylindrical-coordinate representation of color #3ECFCB: hue angle of 178.34º 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 #3ECFCB is Cyan = 0.70, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.

Color convert

RGB 62 207 203 -
CMYK 0.70 0 0.02 0.19
HSL 178.34º 0.6% 0.53% -
HSV(B) 178.34º 0.7% 0.81% -
XYZ 35.08 49.96 64.29 -
YUV 163.19 150.46 55.83 -
System Red Green Blue C M Y K H S L
Decimal 62 207 203 0.70 0 0.02 0.19 178.34 0.6 0.53
Hex 3E CF CB 46 0 2 13 B2 3C 35
Octal 76 317 313 106 0 2 23 262 74 65
Binary 111110 11001111 11001011 1000110 0 10 10011 10110010 111100 110101

Color Harmonies of #3ECFCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ECFCB

Black with #3ECFCB

Text Example


Text Example

White with #3ECFCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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