#4AEDCF

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

Shades of Turquoise #4AEDCF

Tints of Turquoise #4AEDCF

Color information

#4AEDCF (or 0x4AEDCF) is unknown color: approx Turquoise. HEX triplet: 4A, ED and CF. RGB value is (74,237,207). Sum of RGB (Red+Green+Blue) = 74+237+207=518 (68% of max value = 765). Red value is 74 (29.30% from 255 or 14.29% from 518); Green value is 237 (92.97% from 255 or 45.75% from 518); Blue value is 207 (81.25% from 255 or 39.96% from 518); Max value from RGB is 237 - color contains mainly: green. Hex color #4AEDCF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4AEDCF is #B51230. Grayscale: #B8B8B8. Windows color (decimal): -11866673 or 13626698. OLE color: 13626698.

HSL color Cylindrical-coordinate representation of color #4AEDCF: hue angle of 168.96º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4AEDCF is Cyan = 0.69, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.

Color convert

RGB74237207-
CMYK0.6900.130.07
HSL168.96º81.91%60.98%-
HSV(B)168.96º68.78%92.94%-
XYZ44.3766.5369.53-
YUV184.84140.548.94-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 14.29%
GREEN value IS 237 (92.97% from 255) = 45.75%
BLUE value IS 207 (81.25% from 255) = 39.96%
R=14.29%
G=45.75%
B=39.96%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal742372070.6900.130.07168.9681.9160.98
Hex4AEDCF450D7a9523d
Octal112355317105015725112275
Binary10010101110110111001111100010101101111101010011010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AEDCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,237,207); }

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

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

 a { background-color: rgb(74,237,207); }

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

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

 span { border-color: rgb(74,237,207); }

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