#4BF3E7

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

Shades of Turquoise #4BF3E7

Tints of Turquoise #4BF3E7

Color information

#4BF3E7 (or 0x4BF3E7) is unknown color: approx Turquoise. HEX triplet: 4B, F3 and E7. RGB value is (75,243,231). Sum of RGB (Red+Green+Blue) = 75+243+231=549 (72% of max value = 765). Red value is 75 (29.69% from 255 or 13.66% from 549); Green value is 243 (95.31% from 255 or 44.26% from 549); Blue value is 231 (90.62% from 255 or 42.08% from 549); Max value from RGB is 243 - color contains mainly: green. Hex color #4BF3E7 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4BF3E7 is #B40C18. Grayscale: #BFBFBF. Windows color (decimal): -11799577 or 15201099. OLE color: 15201099.

HSL color Cylindrical-coordinate representation of color #4BF3E7: hue angle of 175.71º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4BF3E7 is Cyan = 0.69, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.

Color convert

RGB75243231-
CMYK0.6900.050.05
HSL175.71º87.5%62.35%-
HSV(B)175.71º69.14%95.29%-
XYZ49.3871.3786.77-
YUV191.4150.3444.98-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 13.66%
GREEN value IS 243 (95.31% from 255) = 44.26%
BLUE value IS 231 (90.62% from 255) = 42.08%
R=13.66%
G=44.26%
B=42.08%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal752432310.6900.050.05175.7187.562.35
Hex4BF3E745055b0583e
Octal11336334710505526013076
Binary1001011111100111110011110001010101101101100001011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BF3E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4BF3E7; }

 p { color: rgb(75,243,231); }

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

<style>
 a { background-color: #4BF3E7; }

 a { background-color: rgb(75,243,231); }

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

<style>
 span { border-color: #4BF3E7; }

 span { border-color: rgb(75,243,231); }

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