#3FDADC

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

Shades of Turquoise #3FDADC

Tints of Turquoise #3FDADC

Color information

#3FDADC (or 0x3FDADC) is unknown color: approx Turquoise. HEX triplet: 3F, DA and DC. RGB value is (63,218,220). Sum of RGB (Red+Green+Blue) = 63+218+220=501 (66% of max value = 765). Red value is 63 (25% from 255 or 12.57% from 501); Green value is 218 (85.55% from 255 or 43.51% from 501); Blue value is 220 (86.33% from 255 or 43.91% from 501); Max value from RGB is 220 - color contains mainly: blue. Hex color #3FDADC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FDADC is #C02523. Grayscale: #ABABAB. Windows color (decimal): -12592420 or 14473791. OLE color: 14473791.

HSL color Cylindrical-coordinate representation of color #3FDADC: hue angle of 180.76º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3FDADC is Cyan = 0.71, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB63218220-
CMYK0.710.0100.14
HSL180.76º69.16%55.49%-
HSV(B)180.76º71.36%86.27%-
XYZ40.0456.3776.48-
YUV171.88155.1550.34-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 12.57%
GREEN value IS 218 (85.55% from 255) = 43.51%
BLUE value IS 220 (86.33% from 255) = 43.91%
R=12.57%
G=43.51%
B=43.91%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal632182200.710.0100.14180.7669.1655.49
Hex3FDADC4710Eb54537
Octal77332334107101626510567
Binary11111111011010110111001000111101110101101011000101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FDADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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