#3DF8DA

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

Shades of Turquoise #3DF8DA

Tints of Turquoise #3DF8DA

Color information

#3DF8DA (or 0x3DF8DA) is unknown color: approx Turquoise. HEX triplet: 3D, F8 and DA. RGB value is (61,248,218). Sum of RGB (Red+Green+Blue) = 61+248+218=527 (69% of max value = 765). Red value is 61 (24.22% from 255 or 11.57% from 527); Green value is 248 (97.27% from 255 or 47.06% from 527); Blue value is 218 (85.55% from 255 or 41.37% from 527); Max value from RGB is 248 - color contains mainly: green. Hex color #3DF8DA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3DF8DA is #C20725. Grayscale: #BCBCBC. Windows color (decimal): -12715814 or 14350397. OLE color: 14350397.

HSL color Cylindrical-coordinate representation of color #3DF8DA: hue angle of 170.37º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3DF8DA is Cyan = 0.75, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.03.

Color convert

RGB61248218-
CMYK0.7500.120.03
HSL170.37º93.03%60.59%-
HSV(B)170.37º75.4%97.25%-
XYZ48.1573.1977.92-
YUV188.67144.5536.94-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 11.57%
GREEN value IS 248 (97.27% from 255) = 47.06%
BLUE value IS 218 (85.55% from 255) = 41.37%
R=11.57%
G=47.06%
B=41.37%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal612482180.7500.120.03170.3793.0360.59
Hex3DF8DA4B0C3aa5d3d
Octal75370332113014325213575
Binary111101111110001101101010010110110011101010101011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DF8DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,248,218); }

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

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

 a { background-color: rgb(61,248,218); }

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

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

 span { border-color: rgb(61,248,218); }

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