#4BE8BC

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

Shades of Turquoise #4BE8BC

Tints of Turquoise #4BE8BC

Color information

#4BE8BC (or 0x4BE8BC) is unknown color: approx Turquoise. HEX triplet: 4B, E8 and BC. RGB value is (75,232,188). Sum of RGB (Red+Green+Blue) = 75+232+188=495 (65% of max value = 765). Red value is 75 (29.69% from 255 or 15.15% from 495); Green value is 232 (91.02% from 255 or 46.87% from 495); Blue value is 188 (73.83% from 255 or 37.98% from 495); Max value from RGB is 232 - color contains mainly: green. Hex color #4BE8BC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4BE8BC is #B41743. Grayscale: #B4B4B4. Windows color (decimal): -11802436 or 12380235. OLE color: 12380235.

HSL color Cylindrical-coordinate representation of color #4BE8BC: hue angle of 163.18º 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 #4BE8BC is Cyan = 0.68, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.09.

Color convert

RGB75232188-
CMYK0.6800.190.09
HSL163.18º77.34%60.2%-
HSV(B)163.18º67.67%90.98%-
XYZ40.8462.8457.55-
YUV180.04132.4953.08-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 15.15%
GREEN value IS 232 (91.02% from 255) = 46.87%
BLUE value IS 188 (73.83% from 255) = 37.98%
R=15.15%
G=46.87%
B=37.98%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal752321880.6800.190.09163.1877.3460.2
Hex4BE8BC440139a34d3c
Octal1133502741040231124311574
Binary1001011111010001011110010001000100111001101000111001101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BE8BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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