Html Css Color HEX #3ECFCA Medium Turquoise

📋 copy color: '#3ECFCA'

red 62 ◦ green 207 ◦ blue 202

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

Shades of Medium Turquoise #3ECFCA

Tints of Medium Turquoise #3ECFCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 42.89%

R = 13.16%
G = 43.95%
B = 42.89%

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

#3ECFCA (or 0x3ECFCA) is known color: Medium Turquoise. HEX triplet: 3E, CF and CA. RGB value is (62,207,202). Sum of RGB (Red+Green+Blue) = 62+207+202=471 (62% of max value = 765). Red value is 62 (24.61% from 255 or 13.16% from 471); Green value is 207 (81.25% from 255 or 43.95% from 471); Blue value is 202 (79.30% from 255 or 42.89% from 471); Max value from RGB is 207 - color contains mainly: green. Hex color #3ECFCA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ECFCA is #C13035. Grayscale: #A2A2A2. Windows color (decimal): -12660790 or 13291326. OLE color: 13291326.

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

Color convert

RGB 62 207 202 -
CMYK 0.70 0 0.02 0.19
HSL 177.93º 0.6% 0.53% -
HSV(B) 177.93º 0.7% 0.81% -
XYZ 34.96 49.91 63.67 -
YUV 163.08 149.96 55.91 -
System Red Green Blue C M Y K H S L
Decimal 62 207 202 0.70 0 0.02 0.19 177.93 0.6 0.53
Hex 3E CF CA 46 0 2 13 B2 3C 35
Octal 76 317 312 106 0 2 23 262 74 65
Binary 111110 11001111 11001010 1000110 0 10 10011 10110010 111100 110101

Color Harmonies of #3ECFCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ECFCA

Black with #3ECFCA

Text Example


Text Example

White with #3ECFCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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