#3BF1E3

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

Shades of Turquoise #3BF1E3

Tints of Turquoise #3BF1E3

Color information

#3BF1E3 (or 0x3BF1E3) is unknown color: approx Turquoise. HEX triplet: 3B, F1 and E3. RGB value is (59,241,227). Sum of RGB (Red+Green+Blue) = 59+241+227=527 (69% of max value = 765). Red value is 59 (23.44% from 255 or 11.20% from 527); Green value is 241 (94.53% from 255 or 45.73% from 527); Blue value is 227 (89.06% from 255 or 43.07% from 527); Max value from RGB is 241 - color contains mainly: green. Hex color #3BF1E3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3BF1E3 is #C40E1C. Grayscale: #B8B8B8. Windows color (decimal): -12848669 or 14938427. OLE color: 14938427.

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

Color convert

RGB59241227-
CMYK0.7600.060.05
HSL175.38º86.67%58.82%-
HSV(B)175.38º75.52%94.51%-
XYZ47.1269.3983.58-
YUV184.99151.738.14-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 11.20%
GREEN value IS 241 (94.53% from 255) = 45.73%
BLUE value IS 227 (89.06% from 255) = 43.07%
R=11.20%
G=45.73%
B=43.07%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal592412270.7600.060.05175.3886.6758.82
Hex3BF1E34C065af573b
Octal7336134311406525712773
Binary111011111100011110001110011000110101101011111010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BF1E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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