#3FFDDC

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

Shades of Turquoise #3FFDDC

Tints of Turquoise #3FFDDC

Color information

#3FFDDC (or 0x3FFDDC) is unknown color: approx Turquoise. HEX triplet: 3F, FD and DC. RGB value is (63,253,220). Sum of RGB (Red+Green+Blue) = 63+253+220=536 (70% of max value = 765). Red value is 63 (25% from 255 or 11.75% from 536); Green value is 253 (99.22% from 255 or 47.20% from 536); Blue value is 220 (86.33% from 255 or 41.04% from 536); Max value from RGB is 253 - color contains mainly: green. Hex color #3FFDDC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FFDDC is #C00223. Grayscale: #C0C0C0. Windows color (decimal): -12583460 or 14482751. OLE color: 14482751.

HSL color Cylindrical-coordinate representation of color #3FFDDC: hue angle of 169.58º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3FFDDC is Cyan = 0.75, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB63253220-
CMYK0.7500.130.01
HSL169.58º97.94%61.96%-
HSV(B)169.58º75.1%99.22%-
XYZ50.0976.4779.83-
YUV192.43143.5535.68-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 11.75%
GREEN value IS 253 (99.22% from 255) = 47.20%
BLUE value IS 220 (86.33% from 255) = 41.04%
R=11.75%
G=47.20%
B=41.04%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal632532200.7500.130.01169.5897.9461.96
Hex3FFDDC4B0D1aa623e
Octal77375334113015125214276
Binary11111111111101110111001001011011011101010101100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FFDDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,253,220); }

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

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

 a { background-color: rgb(63,253,220); }

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

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

 span { border-color: rgb(63,253,220); }

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