#3DF8DC

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

Shades of Turquoise #3DF8DC

Tints of Turquoise #3DF8DC

Color information

#3DF8DC (or 0x3DF8DC) is unknown color: approx Turquoise. HEX triplet: 3D, F8 and DC. RGB value is (61,248,220). Sum of RGB (Red+Green+Blue) = 61+248+220=529 (70% of max value = 765). Red value is 61 (24.22% from 255 or 11.53% from 529); Green value is 248 (97.27% from 255 or 46.88% from 529); Blue value is 220 (86.33% from 255 or 41.59% from 529); Max value from RGB is 248 - color contains mainly: green. Hex color #3DF8DC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3DF8DC is #C20723. Grayscale: #BCBCBC. Windows color (decimal): -12715812 or 14481469. OLE color: 14481469.

HSL color Cylindrical-coordinate representation of color #3DF8DC: hue angle of 171.02º 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 #3DF8DC is Cyan = 0.75, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.03.

Color convert

RGB61248220-
CMYK0.7500.110.03
HSL171.02º93.03%60.59%-
HSV(B)171.02º75.4%97.25%-
XYZ48.4173.2979.31-
YUV188.9145.5536.78-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 11.53%
GREEN value IS 248 (97.27% from 255) = 46.88%
BLUE value IS 220 (86.33% from 255) = 41.59%
R=11.53%
G=46.88%
B=41.59%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal612482200.7500.110.03171.0293.0360.59
Hex3DF8DC4B0B3ab5d3d
Octal75370334113013325313575
Binary111101111110001101110010010110101111101010111011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DF8DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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