#4ACEFD

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

Shades of Turquoise Blue #4ACEFD

Tints of Turquoise Blue #4ACEFD

Color information

#4ACEFD (or 0x4ACEFD) is unknown color: approx Turquoise Blue. HEX triplet: 4A, CE and FD. RGB value is (74,206,253). Sum of RGB (Red+Green+Blue) = 74+206+253=533 (70% of max value = 765). Red value is 74 (29.30% from 255 or 13.88% from 533); Green value is 206 (80.86% from 255 or 38.65% from 533); Blue value is 253 (99.22% from 255 or 47.47% from 533); Max value from RGB is 253 - color contains mainly: blue. Hex color #4ACEFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4ACEFD is #B53102. Grayscale: #ABABAB. Windows color (decimal): -11874563 or 16633418. OLE color: 16633418.

HSL color Cylindrical-coordinate representation of color #4ACEFD: hue angle of 195.75º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4ACEFD is Cyan = 0.71, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB74206253-
CMYK0.710.1900.01
HSL195.75º97.81%64.12%-
HSV(B)195.75º70.75%99.22%-
XYZ42.6252.69100.85-
YUV171.89173.7758.18-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 13.88%
GREEN value IS 206 (80.86% from 255) = 38.65%
BLUE value IS 253 (99.22% from 255) = 47.47%
R=13.88%
G=38.65%
B=47.47%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal742062530.710.1900.01195.7597.8164.12
Hex4ACEFD471301c46240
Octal1123163751072301304142100
Binary10010101100111011111101100011110011011100010011000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4ACEFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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