#3BEAF1

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

Shades of Turquoise #3BEAF1

Tints of Turquoise #3BEAF1

Color information

#3BEAF1 (or 0x3BEAF1) is unknown color: approx Turquoise. HEX triplet: 3B, EA and F1. RGB value is (59,234,241). Sum of RGB (Red+Green+Blue) = 59+234+241=534 (70% of max value = 765). Red value is 59 (23.44% from 255 or 11.05% from 534); Green value is 234 (91.80% from 255 or 43.82% from 534); Blue value is 241 (94.53% from 255 or 45.13% from 534); Max value from RGB is 241 - color contains mainly: blue. Hex color #3BEAF1 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3BEAF1 is #C4150E. Grayscale: #B6B6B6. Windows color (decimal): -12850447 or 15854139. OLE color: 15854139.

HSL color Cylindrical-coordinate representation of color #3BEAF1: hue angle of 182.31º degrees, saturation: 0.87, 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 #3BEAF1 is Cyan = 0.76, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB59234241-
CMYK0.760.0300.05
HSL182.31º86.67%58.82%-
HSV(B)182.31º75.52%94.51%-
XYZ47.166.1393.5-
YUV182.47161.0239.93-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 11.05%
GREEN value IS 234 (91.80% from 255) = 43.82%
BLUE value IS 241 (94.53% from 255) = 45.13%
R=11.05%
G=43.82%
B=45.13%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal592342410.760.0300.05182.3186.6758.82
Hex3BEAF14C305b6573b
Octal7335236111430526612773
Binary11101111101010111100011001100110101101101101010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BEAF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,234,241); }

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

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

 a { background-color: rgb(59,234,241); }

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

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

 span { border-color: rgb(59,234,241); }

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