Html Css Color HEX #3ECFD0 Medium Turquoise

📋 copy color: '#3ECFD0'

red 62 ◦ green 207 ◦ blue 208

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

Shades of Medium Turquoise #3ECFD0

Tints of Medium Turquoise #3ECFD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 43.61%

R = 13%
G = 43.4%
B = 43.61%

CMYK

 C value IS 0.70

 M value IS 0.00

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#3ECFD0 (or 0x3ECFD0) is known color: Medium Turquoise. HEX triplet: 3E, CF and D0. RGB value is (62,207,208). Sum of RGB (Red+Green+Blue) = 62+207+208=477 (63% of max value = 765). Red value is 62 (24.61% from 255 or 13.00% from 477); Green value is 207 (81.25% from 255 or 43.40% from 477); Blue value is 208 (81.64% from 255 or 43.61% from 477); Max value from RGB is 208 - color contains mainly: blue. Hex color #3ECFD0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ECFD0 is #C1302F. Grayscale: #A3A3A3. Windows color (decimal): -12660784 or 13684542. OLE color: 13684542.

HSL color Cylindrical-coordinate representation of color #3ECFD0: hue angle of 180.41º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3ECFD0 is Cyan = 0.70, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 62 207 208 -
CMYK 0.70 0.00 0 0.18
HSL 180.41º 0.61% 0.53% -
HSV(B) 180.41º 0.7% 0.82% -
XYZ 35.68 50.2 67.48 -
YUV 163.76 152.96 55.42 -
System Red Green Blue C M Y K H S L
Decimal 62 207 208 0.70 0.00 0 0.18 180.41 0.61 0.53
Hex 3E CF D0 46 0 0 12 B4 3D 35
Octal 76 317 320 106 0 0 22 264 75 65
Binary 111110 11001111 11010000 1000110 0 0 10010 10110100 111101 110101

Color Harmonies of #3ECFD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ECFD0

Black with #3ECFD0

Text Example


Text Example

White with #3ECFD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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