#4AF1D3

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

Shades of Turquoise #4AF1D3

Tints of Turquoise #4AF1D3

Color information

#4AF1D3 (or 0x4AF1D3) is unknown color: approx Turquoise. HEX triplet: 4A, F1 and D3. RGB value is (74,241,211). Sum of RGB (Red+Green+Blue) = 74+241+211=526 (69% of max value = 765). Red value is 74 (29.30% from 255 or 14.07% from 526); Green value is 241 (94.53% from 255 or 45.82% from 526); Blue value is 211 (82.81% from 255 or 40.11% from 526); Max value from RGB is 241 - color contains mainly: green. Hex color #4AF1D3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4AF1D3 is #B50E2C. Grayscale: #BBBBBB. Windows color (decimal): -11865645 or 13889866. OLE color: 13889866.

HSL color Cylindrical-coordinate representation of color #4AF1D3: hue angle of 169.22º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4AF1D3 is Cyan = 0.69, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.05.

Color convert

RGB74241211-
CMYK0.6900.120.05
HSL169.22º85.64%61.76%-
HSV(B)169.22º69.29%94.51%-
XYZ46.0469.0772.53-
YUV187.65141.1746.94-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 14.07%
GREEN value IS 241 (94.53% from 255) = 45.82%
BLUE value IS 211 (82.81% from 255) = 40.11%
R=14.07%
G=45.82%
B=40.11%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal742412110.6900.120.05169.2285.6461.76
Hex4AF1D3450C5a9563e
Octal112361323105014525112676
Binary10010101111000111010011100010101100101101010011010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AF1D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,241,211); }

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

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

 a { background-color: rgb(74,241,211); }

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

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

 span { border-color: rgb(74,241,211); }

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