#3FD4CF

Color #3FD4CF Medium Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Turquoise #3FD4CF

Tints of Medium Turquoise #3FD4CF

Color information

#3FD4CF (or 0x3FD4CF) is unknown color: approx Medium Turquoise. HEX triplet: 3F, D4 and CF. RGB value is (63,212,207). Sum of RGB (Red+Green+Blue) = 63+212+207=482 (63% of max value = 765). Red value is 63 (25% from 255 or 13.07% from 482); Green value is 212 (83.20% from 255 or 43.98% from 482); Blue value is 207 (81.25% from 255 or 42.95% from 482); Max value from RGB is 212 - color contains mainly: green. Hex color #3FD4CF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FD4CF is #C02B30. Grayscale: #A6A6A6. Windows color (decimal): -12593969 or 13620287. OLE color: 13620287.

HSL color Cylindrical-coordinate representation of color #3FD4CF: hue angle of 177.99º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3FD4CF is Cyan = 0.70, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.17.

Color convert

RGB63212207-
CMYK0.7000.020.17
HSL177.99º63.4%53.92%-
HSV(B)177.99º70.28%83.14%-
XYZ36.8652.6567.25-
YUV166.88150.6453.91-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 13.07%
GREEN value IS 212 (83.20% from 255) = 43.98%
BLUE value IS 207 (81.25% from 255) = 42.95%
R=13.07%
G=43.98%
B=42.95%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal632122070.7000.020.17177.9963.453.92
Hex3FD4CF460211b23f36
Octal7732431710602212627766
Binary111111110101001100111110001100101000110110010111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FD4CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,212,207); }

 H1.HeaderClassName
 {
   color: #3FD4CF;
 }
 .AnyTagClassName
 {
   color: #3FD4CF;
 }
</style>
background-color css

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

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

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

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

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

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