#3DF8B8

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

Shades of Turquoise #3DF8B8

Tints of Turquoise #3DF8B8

Color information

#3DF8B8 (or 0x3DF8B8) is unknown color: approx Turquoise. HEX triplet: 3D, F8 and B8. RGB value is (61,248,184). Sum of RGB (Red+Green+Blue) = 61+248+184=493 (65% of max value = 765). Red value is 61 (24.22% from 255 or 12.37% from 493); Green value is 248 (97.27% from 255 or 50.30% from 493); Blue value is 184 (72.27% from 255 or 37.32% from 493); Max value from RGB is 248 - color contains mainly: green. Hex color #3DF8B8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3DF8B8 is #C20747. Grayscale: #B8B8B8. Windows color (decimal): -12715848 or 12122173. OLE color: 12122173.

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

Color convert

RGB61248184-
CMYK0.7500.260.03
HSL159.47º93.03%60.59%-
HSV(B)159.47º75.4%97.25%-
XYZ44.1471.5956.84-
YUV184.79127.5539.7-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 12.37%
GREEN value IS 248 (97.27% from 255) = 50.30%
BLUE value IS 184 (72.27% from 255) = 37.32%
R=12.37%
G=50.30%
B=37.32%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal612481840.7500.260.03159.4793.0360.59
Hex3DF8B84B01A39f5d3d
Octal75370270113032323713575
Binary1111011111100010111000100101101101011100111111011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DF8B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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