#4AF6CE

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

Shades of Turquoise #4AF6CE

Tints of Turquoise #4AF6CE

Color information

#4AF6CE (or 0x4AF6CE) is unknown color: approx Turquoise. HEX triplet: 4A, F6 and CE. RGB value is (74,246,206). Sum of RGB (Red+Green+Blue) = 74+246+206=526 (69% of max value = 765). Red value is 74 (29.30% from 255 or 14.07% from 526); Green value is 246 (96.48% from 255 or 46.77% from 526); Blue value is 206 (80.86% from 255 or 39.16% from 526); Max value from RGB is 246 - color contains mainly: green. Hex color #4AF6CE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4AF6CE is #B50931. Grayscale: #BDBDBD. Windows color (decimal): -11864370 or 13563466. OLE color: 13563466.

HSL color Cylindrical-coordinate representation of color #4AF6CE: hue angle of 166.05º degrees, saturation: 0.91, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4AF6CE is Cyan = 0.70, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.04.

Color convert

RGB74246206-
CMYK0.7000.160.04
HSL166.05º90.53%62.75%-
HSV(B)166.05º69.92%96.47%-
XYZ46.9271.8269.78-
YUV190.01137.0245.25-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 14.07%
GREEN value IS 246 (96.48% from 255) = 46.77%
BLUE value IS 206 (80.86% from 255) = 39.16%
R=14.07%
G=46.77%
B=39.16%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal742462060.7000.160.04166.0590.5362.75
Hex4AF6CE460104a65b3f
Octal112366316106020424613377
Binary100101011110110110011101000110010000100101001101011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AF6CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,246,206); }

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

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

 a { background-color: rgb(74,246,206); }

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

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

 span { border-color: rgb(74,246,206); }

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