Html Css Color HEX #3ECFCF Medium Turquoise

📋 copy color: '#3ECFCF'

red 62 ◦ green 207 ◦ blue 207

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

Shades of Medium Turquoise #3ECFCF

Tints of Medium Turquoise #3ECFCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 43.49%

R = 13.03%
G = 43.49%
B = 43.49%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3ECFCF (or 0x3ECFCF) is known color: Medium Turquoise. HEX triplet: 3E, CF and CF. RGB value is (62,207,207). Sum of RGB (Red+Green+Blue) = 62+207+207=476 (63% of max value = 765). Red value is 62 (24.61% from 255 or 13.03% from 476); Green value is 207 (81.25% from 255 or 43.49% from 476); Blue value is 207 (81.25% from 255 or 43.49% from 476); Max value from RGB is 207 - color contains mainly: green, blue. Hex color #3ECFCF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ECFCF is #C13030. Grayscale: #A3A3A3. Windows color (decimal): -12660785 or 13619006. OLE color: 13619006.

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

Color convert

RGB 62 207 207 -
CMYK 0.70 0 0 0.19
HSL 180º 0.6% 0.53% -
HSV(B) 180º 0.7% 0.81% -
XYZ 35.56 50.15 66.84 -
YUV 163.65 152.46 55.5 -
System Red Green Blue C M Y K H S L
Decimal 62 207 207 0.70 0 0 0.19 180 0.6 0.53
Hex 3E CF CF 46 0 0 13 B4 3C 35
Octal 76 317 317 106 0 0 23 264 74 65
Binary 111110 11001111 11001111 1000110 0 0 10011 10110100 111100 110101

Color Harmonies of #3ECFCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ECFCF

Black with #3ECFCF

Text Example


Text Example

White with #3ECFCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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