#4BF3E6

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

Shades of Turquoise #4BF3E6

Tints of Turquoise #4BF3E6

Color information

#4BF3E6 (or 0x4BF3E6) is unknown color: approx Turquoise. HEX triplet: 4B, F3 and E6. RGB value is (75,243,230). Sum of RGB (Red+Green+Blue) = 75+243+230=548 (72% of max value = 765). Red value is 75 (29.69% from 255 or 13.69% from 548); Green value is 243 (95.31% from 255 or 44.34% from 548); Blue value is 230 (90.23% from 255 or 41.97% from 548); Max value from RGB is 243 - color contains mainly: green. Hex color #4BF3E6 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4BF3E6 is #B40C19. Grayscale: #BFBFBF. Windows color (decimal): -11799578 or 15135563. OLE color: 15135563.

HSL color Cylindrical-coordinate representation of color #4BF3E6: hue angle of 175.36º 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 #4BF3E6 is Cyan = 0.69, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.

Color convert

RGB75243230-
CMYK0.6900.050.05
HSL175.36º87.5%62.35%-
HSV(B)175.36º69.14%95.29%-
XYZ49.2471.3186.03-
YUV191.29149.8445.06-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 13.69%
GREEN value IS 243 (95.31% from 255) = 44.34%
BLUE value IS 230 (90.23% from 255) = 41.97%
R=13.69%
G=44.34%
B=41.97%

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
Decimal752432300.6900.050.05175.3687.562.35
Hex4BF3E645055af583e
Octal11336334610505525713076
Binary1001011111100111110011010001010101101101011111011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BF3E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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