#3BD6F0

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

Shades of Turquoise #3BD6F0

Tints of Turquoise #3BD6F0

Color information

#3BD6F0 (or 0x3BD6F0) is unknown color: approx Turquoise. HEX triplet: 3B, D6 and F0. RGB value is (59,214,240). Sum of RGB (Red+Green+Blue) = 59+214+240=513 (67% of max value = 765). Red value is 59 (23.44% from 255 or 11.50% from 513); Green value is 214 (83.98% from 255 or 41.72% from 513); Blue value is 240 (94.14% from 255 or 46.78% from 513); Max value from RGB is 240 - color contains mainly: blue. Hex color #3BD6F0 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3BD6F0 is #C4290F. Grayscale: #AAAAAA. Windows color (decimal): -12855568 or 15783483. OLE color: 15783483.

HSL color Cylindrical-coordinate representation of color #3BD6F0: hue angle of 188.62º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3BD6F0 is Cyan = 0.75, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB59214240-
CMYK0.750.1100.06
HSL188.62º85.78%58.63%-
HSV(B)188.62º75.42%94.12%-
XYZ41.5855.3190.92-
YUV170.62167.1548.39-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 11.50%
GREEN value IS 214 (83.98% from 255) = 41.72%
BLUE value IS 240 (94.14% from 255) = 46.78%
R=11.50%
G=41.72%
B=46.78%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal592142400.750.1100.06188.6285.7858.63
Hex3BD6F04BB06bd563b
Octal73326360113130627512673
Binary1110111101011011110000100101110110110101111011010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BD6F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,214,240); }

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

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

 a { background-color: rgb(59,214,240); }

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

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

 span { border-color: rgb(59,214,240); }

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