#3BE5EB

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

Shades of Turquoise #3BE5EB

Tints of Turquoise #3BE5EB

Color information

#3BE5EB (or 0x3BE5EB) is unknown color: approx Turquoise. HEX triplet: 3B, E5 and EB. RGB value is (59,229,235). Sum of RGB (Red+Green+Blue) = 59+229+235=523 (69% of max value = 765). Red value is 59 (23.44% from 255 or 11.28% from 523); Green value is 229 (89.84% from 255 or 43.79% from 523); Blue value is 235 (92.19% from 255 or 44.93% from 523); Max value from RGB is 235 - color contains mainly: blue. Hex color #3BE5EB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3BE5EB is #C41A14. Grayscale: #B2B2B2. Windows color (decimal): -12851733 or 15459643. OLE color: 15459643.

HSL color Cylindrical-coordinate representation of color #3BE5EB: hue angle of 182.05º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3BE5EB is Cyan = 0.75, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB59229235-
CMYK0.750.0300.08
HSL182.05º81.48%57.65%-
HSV(B)182.05º74.89%92.16%-
XYZ44.8262.9788.39-
YUV178.85159.6842.51-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 11.28%
GREEN value IS 229 (89.84% from 255) = 43.79%
BLUE value IS 235 (92.19% from 255) = 44.93%
R=11.28%
G=43.79%
B=44.93%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal592292350.750.0300.08182.0581.4857.65
Hex3BE5EB4B308b6513a
Octal73345353113301026612172
Binary111011111001011110101110010111101000101101101010001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BE5EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,229,235); }

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

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

 a { background-color: rgb(59,229,235); }

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

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

 span { border-color: rgb(59,229,235); }

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