Html Css Color HEX #3ECFCC Medium Turquoise

📋 copy color: '#3ECFCC'

red 62 ◦ green 207 ◦ blue 204

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

Shades of Medium Turquoise #3ECFCC

Tints of Medium Turquoise #3ECFCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 43.13%

R = 13.11%
G = 43.76%
B = 43.13%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.01

 K value IS 0.19

RGB Variations

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

Color information

#3ECFCC (or 0x3ECFCC) is known color: Medium Turquoise. HEX triplet: 3E, CF and CC. RGB value is (62,207,204). Sum of RGB (Red+Green+Blue) = 62+207+204=473 (62% of max value = 765). Red value is 62 (24.61% from 255 or 13.11% from 473); Green value is 207 (81.25% from 255 or 43.76% from 473); Blue value is 204 (80.08% from 255 or 43.13% from 473); Max value from RGB is 207 - color contains mainly: green. Hex color #3ECFCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ECFCC is #C13033. Grayscale: #A3A3A3. Windows color (decimal): -12660788 or 13422398. OLE color: 13422398.

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

Color convert

RGB 62 207 204 -
CMYK 0.70 0 0.01 0.19
HSL 178.76º 0.6% 0.53% -
HSV(B) 178.76º 0.7% 0.81% -
XYZ 35.2 50.01 64.92 -
YUV 163.3 150.96 55.74 -
System Red Green Blue C M Y K H S L
Decimal 62 207 204 0.70 0 0.01 0.19 178.76 0.6 0.53
Hex 3E CF CC 46 0 1 13 B3 3C 35
Octal 76 317 314 106 0 1 23 263 74 65
Binary 111110 11001111 11001100 1000110 0 1 10011 10110011 111100 110101

Color Harmonies of #3ECFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ECFCC

Black with #3ECFCC

Text Example


Text Example

White with #3ECFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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