#3BEDF2

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

Shades of Turquoise #3BEDF2

Tints of Turquoise #3BEDF2

Color information

#3BEDF2 (or 0x3BEDF2) is unknown color: approx Turquoise. HEX triplet: 3B, ED and F2. RGB value is (59,237,242). Sum of RGB (Red+Green+Blue) = 59+237+242=538 (71% of max value = 765). Red value is 59 (23.44% from 255 or 10.97% from 538); Green value is 237 (92.97% from 255 or 44.05% from 538); Blue value is 242 (94.92% from 255 or 44.98% from 538); Max value from RGB is 242 - color contains mainly: blue. Hex color #3BEDF2 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3BEDF2 is #C4120D. Grayscale: #B8B8B8. Windows color (decimal): -12849678 or 15920443. OLE color: 15920443.

HSL color Cylindrical-coordinate representation of color #3BEDF2: hue angle of 181.64º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3BEDF2 is Cyan = 0.76, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB59237242-
CMYK0.760.0200.05
HSL181.64º87.56%59.02%-
HSV(B)181.64º75.62%94.9%-
XYZ48.1167.9194.58-
YUV184.35160.5338.59-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 10.97%
GREEN value IS 237 (92.97% from 255) = 44.05%
BLUE value IS 242 (94.92% from 255) = 44.98%
R=10.97%
G=44.05%
B=44.98%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal592372420.760.0200.05181.6487.5659.02
Hex3BEDF24C205b6583b
Octal7335536211420526613073
Binary11101111101101111100101001100100101101101101011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BEDF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,237,242); }

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

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

 a { background-color: rgb(59,237,242); }

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

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

 span { border-color: rgb(59,237,242); }

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