#3FDEDA

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

Shades of Turquoise #3FDEDA

Tints of Turquoise #3FDEDA

Color information

#3FDEDA (or 0x3FDEDA) is unknown color: approx Turquoise. HEX triplet: 3F, DE and DA. RGB value is (63,222,218). Sum of RGB (Red+Green+Blue) = 63+222+218=503 (66% of max value = 765). Red value is 63 (25% from 255 or 12.52% from 503); Green value is 222 (87.11% from 255 or 44.14% from 503); Blue value is 218 (85.55% from 255 or 43.34% from 503); Max value from RGB is 222 - color contains mainly: green. Hex color #3FDEDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FDEDA is #C02125. Grayscale: #ADADAD. Windows color (decimal): -12591398 or 14343743. OLE color: 14343743.

HSL color Cylindrical-coordinate representation of color #3FDEDA: hue angle of 178.49º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3FDEDA is Cyan = 0.72, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB63222218-
CMYK0.7200.020.13
HSL178.49º70.67%55.88%-
HSV(B)178.49º71.62%87.06%-
XYZ40.8358.3675.44-
YUV174152.8248.83-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 12.52%
GREEN value IS 222 (87.11% from 255) = 44.14%
BLUE value IS 218 (85.55% from 255) = 43.34%
R=12.52%
G=44.14%
B=43.34%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal632222180.7200.020.13178.4970.6755.88
Hex3FDEDA4802Db24738
Octal77336332110021526210770
Binary111111110111101101101010010000101101101100101000111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FDEDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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