#4BF3E4

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

Shades of Turquoise #4BF3E4

Tints of Turquoise #4BF3E4

Color information

#4BF3E4 (or 0x4BF3E4) is unknown color: approx Turquoise. HEX triplet: 4B, F3 and E4. RGB value is (75,243,228). Sum of RGB (Red+Green+Blue) = 75+243+228=546 (72% of max value = 765). Red value is 75 (29.69% from 255 or 13.74% from 546); Green value is 243 (95.31% from 255 or 44.51% from 546); Blue value is 228 (89.45% from 255 or 41.76% from 546); Max value from RGB is 243 - color contains mainly: green. Hex color #4BF3E4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4BF3E4 is #B40C1B. Grayscale: #BEBEBE. Windows color (decimal): -11799580 or 15004491. OLE color: 15004491.

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

Color convert

RGB75243228-
CMYK0.6900.060.05
HSL174.64º87.5%62.35%-
HSV(B)174.64º69.14%95.29%-
XYZ48.9671.284.56-
YUV191.06148.8445.22-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 13.74%
GREEN value IS 243 (95.31% from 255) = 44.51%
BLUE value IS 228 (89.45% from 255) = 41.76%
R=13.74%
G=44.51%
B=41.76%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal752432280.6900.060.05174.6487.562.35
Hex4BF3E445065af583e
Octal11336334410506525713076
Binary1001011111100111110010010001010110101101011111011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BF3E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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