#3BF8CB

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

Shades of Turquoise #3BF8CB

Tints of Turquoise #3BF8CB

Color information

#3BF8CB (or 0x3BF8CB) is unknown color: approx Turquoise. HEX triplet: 3B, F8 and CB. RGB value is (59,248,203). Sum of RGB (Red+Green+Blue) = 59+248+203=510 (67% of max value = 765). Red value is 59 (23.44% from 255 or 11.57% from 510); Green value is 248 (97.27% from 255 or 48.63% from 510); Blue value is 203 (79.69% from 255 or 39.80% from 510); Max value from RGB is 248 - color contains mainly: green. Hex color #3BF8CB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3BF8CB is #C40734. Grayscale: #BABABA. Windows color (decimal): -12846901 or 13367355. OLE color: 13367355.

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

Color convert

RGB59248203-
CMYK0.7600.180.03
HSL165.71º93.1%60.2%-
HSV(B)165.71º76.21%97.25%-
XYZ46.1572.3868.04-
YUV186.36137.3837.16-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 11.57%
GREEN value IS 248 (97.27% from 255) = 48.63%
BLUE value IS 203 (79.69% from 255) = 39.80%
R=11.57%
G=48.63%
B=39.80%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal592482030.7600.180.03165.7193.160.2
Hex3BF8CB4C0123a65d3c
Octal73370313114022324613574
Binary1110111111100011001011100110001001011101001101011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BF8CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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