#4BE5CA

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

Shades of Turquoise #4BE5CA

Tints of Turquoise #4BE5CA

Color information

#4BE5CA (or 0x4BE5CA) is unknown color: approx Turquoise. HEX triplet: 4B, E5 and CA. RGB value is (75,229,202). Sum of RGB (Red+Green+Blue) = 75+229+202=506 (67% of max value = 765). Red value is 75 (29.69% from 255 or 14.82% from 506); Green value is 229 (89.84% from 255 or 45.26% from 506); Blue value is 202 (79.30% from 255 or 39.92% from 506); Max value from RGB is 229 - color contains mainly: green. Hex color #4BE5CA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BE5CA is #B41A35. Grayscale: #B3B3B3. Windows color (decimal): -11803190 or 13296971. OLE color: 13296971.

HSL color Cylindrical-coordinate representation of color #4BE5CA: hue angle of 169.48º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4BE5CA is Cyan = 0.67, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.10.

Color convert

RGB75229202-
CMYK0.6700.120.10
HSL169.48º74.76%59.61%-
HSV(B)169.48º67.25%89.8%-
XYZ41.5861.865.61-
YUV179.88140.4853.2-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 14.82%
GREEN value IS 229 (89.84% from 255) = 45.26%
BLUE value IS 202 (79.30% from 255) = 39.92%
R=14.82%
G=45.26%
B=39.92%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal752292020.6700.120.10169.4874.7659.61
Hex4BE5CA430CAa94b3c
Octal1133453121030141225111374
Binary100101111100101110010101000011011001010101010011001011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BE5CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,229,202); }

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

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

 a { background-color: rgb(75,229,202); }

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

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

 span { border-color: rgb(75,229,202); }

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