#3DF8CE

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

Shades of Turquoise #3DF8CE

Tints of Turquoise #3DF8CE

Color information

#3DF8CE (or 0x3DF8CE) is unknown color: approx Turquoise. HEX triplet: 3D, F8 and CE. RGB value is (61,248,206). Sum of RGB (Red+Green+Blue) = 61+248+206=515 (68% of max value = 765). Red value is 61 (24.22% from 255 or 11.84% from 515); Green value is 248 (97.27% from 255 or 48.16% from 515); Blue value is 206 (80.86% from 255 or 40% from 515); Max value from RGB is 248 - color contains mainly: green. Hex color #3DF8CE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3DF8CE is #C20731. Grayscale: #BBBBBB. Windows color (decimal): -12715826 or 13563965. OLE color: 13563965.

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

Color convert

RGB61248206-
CMYK0.7500.170.03
HSL166.52º93.03%60.59%-
HSV(B)166.52º75.4%97.25%-
XYZ46.6372.5869.94-
YUV187.3138.5537.92-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 11.84%
GREEN value IS 248 (97.27% from 255) = 48.16%
BLUE value IS 206 (80.86% from 255) = 40%
R=11.84%
G=48.16%
B=40%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal612482060.7500.170.03166.5293.0360.59
Hex3DF8CE4B0113a75d3d
Octal75370316113021324713575
Binary1111011111100011001110100101101000111101001111011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DF8CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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