#3FDEE0

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

Shades of Turquoise #3FDEE0

Tints of Turquoise #3FDEE0

Color information

#3FDEE0 (or 0x3FDEE0) is unknown color: approx Turquoise. HEX triplet: 3F, DE and E0. RGB value is (63,222,224). Sum of RGB (Red+Green+Blue) = 63+222+224=509 (67% of max value = 765). Red value is 63 (25% from 255 or 12.38% from 509); Green value is 222 (87.11% from 255 or 43.61% from 509); Blue value is 224 (87.89% from 255 or 44.01% from 509); Max value from RGB is 224 - color contains mainly: blue. Hex color #3FDEE0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FDEE0 is #C0211F. Grayscale: #AEAEAE. Windows color (decimal): -12591392 or 14736959. OLE color: 14736959.

HSL color Cylindrical-coordinate representation of color #3FDEE0: hue angle of 180.75º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3FDEE0 is Cyan = 0.72, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB63222224-
CMYK0.720.0100.12
HSL180.75º72.2%56.27%-
HSV(B)180.75º71.88%87.84%-
XYZ41.6358.6879.65-
YUV174.69155.8248.34-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 12.38%
GREEN value IS 222 (87.11% from 255) = 43.61%
BLUE value IS 224 (87.89% from 255) = 44.01%
R=12.38%
G=43.61%
B=44.01%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal632222240.720.0100.12180.7572.256.27
Hex3FDEE04810Cb54838
Octal77336340110101426511070
Binary11111111011110111000001001000101100101101011001000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FDEE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,222,224); }

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

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

 a { background-color: rgb(63,222,224); }

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

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

 span { border-color: rgb(63,222,224); }

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