#3BD8C5

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

Shades of Turquoise #3BD8C5

Tints of Turquoise #3BD8C5

Color information

#3BD8C5 (or 0x3BD8C5) is unknown color: approx Turquoise. HEX triplet: 3B, D8 and C5. RGB value is (59,216,197). Sum of RGB (Red+Green+Blue) = 59+216+197=472 (62% of max value = 765). Red value is 59 (23.44% from 255 or 12.5% from 472); Green value is 216 (84.77% from 255 or 45.76% from 472); Blue value is 197 (77.34% from 255 or 41.74% from 472); Max value from RGB is 216 - color contains mainly: green. Hex color #3BD8C5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BD8C5 is #C4273A. Grayscale: #A6A6A6. Windows color (decimal): -12855099 or 12965947. OLE color: 12965947.

HSL color Cylindrical-coordinate representation of color #3BD8C5: hue angle of 172.74º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3BD8C5 is Cyan = 0.73, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.15.

Color convert

RGB59216197-
CMYK0.7300.090.15
HSL172.74º66.81%53.92%-
HSV(B)172.74º72.69%84.71%-
XYZ36.4454.0761.34-
YUV166.89144.9951.04-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 12.5%
GREEN value IS 216 (84.77% from 255) = 45.76%
BLUE value IS 197 (77.34% from 255) = 41.74%
R=12.5%
G=45.76%
B=41.74%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal592161970.7300.090.15172.7466.8153.92
Hex3BD8C54909Fad4336
Octal733303051110111725510366
Binary11101111011000110001011001001010011111101011011000011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BD8C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,216,197); }

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

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

 a { background-color: rgb(59,216,197); }

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

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

 span { border-color: rgb(59,216,197); }

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