#3BEFE0

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

Shades of Turquoise #3BEFE0

Tints of Turquoise #3BEFE0

Color information

#3BEFE0 (or 0x3BEFE0) is unknown color: approx Turquoise. HEX triplet: 3B, EF and E0. RGB value is (59,239,224). Sum of RGB (Red+Green+Blue) = 59+239+224=522 (69% of max value = 765). Red value is 59 (23.44% from 255 or 11.30% from 522); Green value is 239 (93.75% from 255 or 45.79% from 522); Blue value is 224 (87.89% from 255 or 42.91% from 522); Max value from RGB is 239 - color contains mainly: green. Hex color #3BEFE0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3BEFE0 is #C4101F. Grayscale: #B7B7B7. Windows color (decimal): -12849184 or 14741307. OLE color: 14741307.

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

Color convert

RGB59239224-
CMYK0.7500.060.06
HSL175º84.91%58.43%-
HSV(B)175º75.31%93.73%-
XYZ46.1268.0481.22-
YUV183.47150.8739.22-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 11.30%
GREEN value IS 239 (93.75% from 255) = 45.79%
BLUE value IS 224 (87.89% from 255) = 42.91%
R=11.30%
G=45.79%
B=42.91%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal592392240.7500.060.0617584.9158.43
Hex3BEFE04B066af553a
Octal7335734011306625712572
Binary111011111011111110000010010110110110101011111010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BEFE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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