#3BD7EF

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

Shades of Turquoise #3BD7EF

Tints of Turquoise #3BD7EF

Color information

#3BD7EF (or 0x3BD7EF) is unknown color: approx Turquoise. HEX triplet: 3B, D7 and EF. RGB value is (59,215,239). Sum of RGB (Red+Green+Blue) = 59+215+239=513 (67% of max value = 765). Red value is 59 (23.44% from 255 or 11.50% from 513); Green value is 215 (84.38% from 255 or 41.91% from 513); Blue value is 239 (93.75% from 255 or 46.59% from 513); Max value from RGB is 239 - color contains mainly: blue. Hex color #3BD7EF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3BD7EF is #C42810. Grayscale: #AAAAAA. Windows color (decimal): -12855313 or 15718203. OLE color: 15718203.

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

Color convert

RGB59215239-
CMYK0.750.1000.06
HSL188º84.91%58.43%-
HSV(B)188º75.31%93.73%-
XYZ41.6855.7690.23-
YUV171.09166.3248.05-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 11.50%
GREEN value IS 215 (84.38% from 255) = 41.91%
BLUE value IS 239 (93.75% from 255) = 46.59%
R=11.50%
G=41.91%
B=46.59%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal592152390.750.1000.0618884.9158.43
Hex3BD7EF4BA06bc553a
Octal73327357113120627412572
Binary1110111101011111101111100101110100110101111001010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BD7EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,215,239); }

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

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

 a { background-color: rgb(59,215,239); }

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

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

 span { border-color: rgb(59,215,239); }

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