#4BE8D4

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

Shades of Turquoise #4BE8D4

Tints of Turquoise #4BE8D4

Color information

#4BE8D4 (or 0x4BE8D4) is unknown color: approx Turquoise. HEX triplet: 4B, E8 and D4. RGB value is (75,232,212). Sum of RGB (Red+Green+Blue) = 75+232+212=519 (68% of max value = 765). Red value is 75 (29.69% from 255 or 14.45% from 519); Green value is 232 (91.02% from 255 or 44.70% from 519); Blue value is 212 (83.20% from 255 or 40.85% from 519); Max value from RGB is 232 - color contains mainly: green. Hex color #4BE8D4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4BE8D4 is #B4172B. Grayscale: #B6B6B6. Windows color (decimal): -11802412 or 13953099. OLE color: 13953099.

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

Color convert

RGB75232212-
CMYK0.6800.090.09
HSL172.36º77.34%60.2%-
HSV(B)172.36º67.67%90.98%-
XYZ43.6463.9672.33-
YUV182.78144.4951.13-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 14.45%
GREEN value IS 232 (91.02% from 255) = 44.70%
BLUE value IS 212 (83.20% from 255) = 40.85%
R=14.45%
G=44.70%
B=40.85%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal752322120.6800.090.09172.3677.3460.2
Hex4BE8D444099ac4d3c
Octal1133503241040111125411574
Binary100101111101000110101001000100010011001101011001001101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BE8D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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