#4ae6cb

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

Shades of Turquoise #4AE6CB

Tints of Turquoise #4AE6CB

Color information

#4AE6CB (or 0x4AE6CB) is unknown color: approx Turquoise. HEX triplet: 4A, E6 and CB. RGB value is (74,230,203). Sum of RGB (Red+Green+Blue) = 74+230+203=507 (67% of max value = 765). Red value is 74 (29.30% from 255 or 14.60% from 507); Green value is 230 (90.23% from 255 or 45.36% from 507); Blue value is 203 (79.69% from 255 or 40.04% from 507); Max value from RGB is 230 - color contains mainly: green. Hex color #4AE6CB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4AE6CB is #B51934. Grayscale: #B4B4B4. Windows color (decimal): -11868469 or 13362762. OLE color: 13362762.

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

Color convert

RGB74230203-
CMYK0.6800.120.10
HSL169.62º75.73%59.61%-
HSV(B)169.62º67.83%90.2%-
XYZ41.962.3666.33-
YUV180.28140.8252.2-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 14.60%
GREEN value IS 230 (90.23% from 255) = 45.36%
BLUE value IS 203 (79.69% from 255) = 40.04%
R=14.60%
G=45.36%
B=40.04%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal742302030.6800.120.10169.6275.7359.61
Hex4AE6CB440CAaa4c3c
Octal1123463131040141225211474
Binary100101011100110110010111000100011001010101010101001100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4ae6cb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,230,203); }

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

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

 a { background-color: rgb(74,230,203); }

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

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

 span { border-color: rgb(74,230,203); }

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