#4BE8C5

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

Shades of Turquoise #4BE8C5

Tints of Turquoise #4BE8C5

Color information

#4BE8C5 (or 0x4BE8C5) is unknown color: approx Turquoise. HEX triplet: 4B, E8 and C5. RGB value is (75,232,197). Sum of RGB (Red+Green+Blue) = 75+232+197=504 (66% of max value = 765). Red value is 75 (29.69% from 255 or 14.88% from 504); Green value is 232 (91.02% from 255 or 46.03% from 504); Blue value is 197 (77.34% from 255 or 39.09% from 504); Max value from RGB is 232 - color contains mainly: green. Hex color #4BE8C5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4BE8C5 is #B4173A. Grayscale: #B5B5B5. Windows color (decimal): -11802427 or 12970059. OLE color: 12970059.

HSL color Cylindrical-coordinate representation of color #4BE8C5: hue angle of 166.62º degrees, saturation: 0.77, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4BE8C5 is Cyan = 0.68, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.09.

Color convert

RGB75232197-
CMYK0.6800.150.09
HSL166.62º77.34%60.2%-
HSV(B)166.62º67.67%90.98%-
XYZ41.8463.2462.82-
YUV181.07136.9952.35-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 14.88%
GREEN value IS 232 (91.02% from 255) = 46.03%
BLUE value IS 197 (77.34% from 255) = 39.09%
R=14.88%
G=46.03%
B=39.09%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal752321970.6800.150.09166.6277.3460.2
Hex4BE8C5440F9a74d3c
Octal1133503051040171124711574
Binary100101111101000110001011000100011111001101001111001101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BE8C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,232,197); }

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

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

 a { background-color: rgb(75,232,197); }

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

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

 span { border-color: rgb(75,232,197); }

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