#4ACFED

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

Shades of Turquoise Blue #4ACFED

Tints of Turquoise Blue #4ACFED

Color information

#4ACFED (or 0x4ACFED) is unknown color: approx Turquoise Blue. HEX triplet: 4A, CF and ED. RGB value is (74,207,237). Sum of RGB (Red+Green+Blue) = 74+207+237=518 (68% of max value = 765). Red value is 74 (29.30% from 255 or 14.29% from 518); Green value is 207 (81.25% from 255 or 39.96% from 518); Blue value is 237 (92.97% from 255 or 45.75% from 518); Max value from RGB is 237 - color contains mainly: blue. Hex color #4ACFED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4ACFED is #B53012. Grayscale: #AAAAAA. Windows color (decimal): -11874323 or 15585098. OLE color: 15585098.

HSL color Cylindrical-coordinate representation of color #4ACFED: hue angle of 191.04º 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 #4ACFED is Cyan = 0.69, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB74207237-
CMYK0.690.1300.07
HSL191.04º81.91%60.98%-
HSV(B)191.04º68.78%92.94%-
XYZ40.4252.288.07-
YUV170.65165.4459.06-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal742072370.690.1300.07191.0481.9160.98
Hex4ACFED45D07bf523d
Octal112317355105150727712275
Binary10010101100111111101101100010111010111101111111010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4ACFED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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