#3BD8DF

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

Shades of Turquoise #3BD8DF

Tints of Turquoise #3BD8DF

Color information

#3BD8DF (or 0x3BD8DF) is unknown color: approx Turquoise. HEX triplet: 3B, D8 and DF. RGB value is (59,216,223). Sum of RGB (Red+Green+Blue) = 59+216+223=498 (65% of max value = 765). Red value is 59 (23.44% from 255 or 11.85% from 498); Green value is 216 (84.77% from 255 or 43.37% from 498); Blue value is 223 (87.5% from 255 or 44.78% from 498); Max value from RGB is 223 - color contains mainly: blue. Hex color #3BD8DF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BD8DF is #C42720. Grayscale: #A9A9A9. Windows color (decimal): -12855073 or 14669883. OLE color: 14669883.

HSL color Cylindrical-coordinate representation of color #3BD8DF: hue angle of 182.56º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3BD8DF is Cyan = 0.74, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB59216223-
CMYK0.740.0300.13
HSL182.56º71.93%55.29%-
HSV(B)182.56º73.54%87.45%-
XYZ39.6855.3778.41-
YUV169.86157.9948.93-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 11.85%
GREEN value IS 216 (84.77% from 255) = 43.37%
BLUE value IS 223 (87.5% from 255) = 44.78%
R=11.85%
G=43.37%
B=44.78%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal592162230.740.0300.13182.5671.9355.29
Hex3BD8DF4A30Db74837
Octal73330337112301526711067
Binary111011110110001101111110010101101101101101111001000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BD8DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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