#3BF8DF

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

Shades of Turquoise #3BF8DF

Tints of Turquoise #3BF8DF

Color information

#3BF8DF (or 0x3BF8DF) is unknown color: approx Turquoise. HEX triplet: 3B, F8 and DF. RGB value is (59,248,223). Sum of RGB (Red+Green+Blue) = 59+248+223=530 (70% of max value = 765). Red value is 59 (23.44% from 255 or 11.13% from 530); Green value is 248 (97.27% from 255 or 46.79% from 530); Blue value is 223 (87.5% from 255 or 42.08% from 530); Max value from RGB is 248 - color contains mainly: green. Hex color #3BF8DF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3BF8DF is #C40720. Grayscale: #BCBCBC. Windows color (decimal): -12846881 or 14678075. OLE color: 14678075.

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

Color convert

RGB59248223-
CMYK0.7600.100.03
HSL172.06º93.1%60.2%-
HSV(B)172.06º76.21%97.25%-
XYZ48.6973.3981.41-
YUV188.64147.3835.53-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 11.13%
GREEN value IS 248 (97.27% from 255) = 46.79%
BLUE value IS 223 (87.5% from 255) = 42.08%
R=11.13%
G=46.79%
B=42.08%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal592482230.7600.100.03172.0693.160.2
Hex3BF8DF4C0A3ac5d3c
Octal73370337114012325413574
Binary111011111110001101111110011000101011101011001011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BF8DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,248,223); }

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

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

 a { background-color: rgb(59,248,223); }

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

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

 span { border-color: rgb(59,248,223); }

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