#3FD8CD

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

Shades of Turquoise #3FD8CD

Tints of Turquoise #3FD8CD

Color information

#3FD8CD (or 0x3FD8CD) is unknown color: approx Turquoise. HEX triplet: 3F, D8 and CD. RGB value is (63,216,205). Sum of RGB (Red+Green+Blue) = 63+216+205=484 (64% of max value = 765). Red value is 63 (25% from 255 or 13.02% from 484); Green value is 216 (84.77% from 255 or 44.63% from 484); Blue value is 205 (80.47% from 255 or 42.36% from 484); Max value from RGB is 216 - color contains mainly: green. Hex color #3FD8CD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FD8CD is #C02732. Grayscale: #A8A8A8. Windows color (decimal): -12592947 or 13490239. OLE color: 13490239.

HSL color Cylindrical-coordinate representation of color #3FD8CD: hue angle of 175.69º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3FD8CD is Cyan = 0.71, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB63216205-
CMYK0.7100.050.15
HSL175.69º66.23%54.71%-
HSV(B)175.69º70.83%84.71%-
XYZ37.6354.5866.31-
YUV169148.3152.39-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 13.02%
GREEN value IS 216 (84.77% from 255) = 44.63%
BLUE value IS 205 (80.47% from 255) = 42.36%
R=13.02%
G=44.63%
B=42.36%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal632162050.7100.050.15175.6966.2354.71
Hex3FD8CD4705Fb04237
Octal77330315107051726010267
Binary1111111101100011001101100011101011111101100001000010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FD8CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,216,205); }

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

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

 a { background-color: rgb(63,216,205); }

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

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

 span { border-color: rgb(63,216,205); }

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