#3BFCB8

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

Shades of Turquoise #3BFCB8

Tints of Turquoise #3BFCB8

Color information

#3BFCB8 (or 0x3BFCB8) is unknown color: approx Turquoise. HEX triplet: 3B, FC and B8. RGB value is (59,252,184). Sum of RGB (Red+Green+Blue) = 59+252+184=495 (65% of max value = 765). Red value is 59 (23.44% from 255 or 11.92% from 495); Green value is 252 (98.83% from 255 or 50.91% from 495); Blue value is 184 (72.27% from 255 or 37.17% from 495); Max value from RGB is 252 - color contains mainly: green. Hex color #3BFCB8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3BFCB8 is #C40347. Grayscale: #BABABA. Windows color (decimal): -12845896 or 12123195. OLE color: 12123195.

HSL color Cylindrical-coordinate representation of color #3BFCB8: hue angle of 158.86º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3BFCB8 is Cyan = 0.77, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.01.

Color convert

RGB59252184-
CMYK0.7700.270.01
HSL158.86º96.98%60.98%-
HSV(B)158.86º76.59%98.82%-
XYZ45.2774.0157.25-
YUV186.54126.5637.03-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 11.92%
GREEN value IS 252 (98.83% from 255) = 50.91%
BLUE value IS 184 (72.27% from 255) = 37.17%
R=11.92%
G=50.91%
B=37.17%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal592521840.7700.270.01158.8696.9860.98
Hex3BFCB84D01B19f613d
Octal73374270115033123714175
Binary111011111111001011100010011010110111100111111100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BFCB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,252,184); }

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

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

 a { background-color: rgb(59,252,184); }

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

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

 span { border-color: rgb(59,252,184); }

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