Html Css Color HEX #4ACEFD Turquoise Blue

📋 copy color: '#4ACEFD'

red 74 ◦ green 206 ◦ blue 253

#4ACEFD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turquoise Blue #4ACEFD

Tints of Turquoise Blue #4ACEFD

RGB

 RED value IS 74 (29.3% 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 value IS 0.71

 M value IS 0.19

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#4ACEFD (or 0x4ACEFD) is known color: 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

RGB 74 206 253 -
CMYK 0.71 0.19 0 0.01
HSL 195.75º 0.98% 0.64% -
HSV(B) 195.75º 0.71% 0.99% -
XYZ 42.62 52.69 100.85 -
YUV 171.89 173.77 58.18 -
System Red Green Blue C M Y K H S L
Decimal 74 206 253 0.71 0.19 0 0.01 195.75 0.98 0.64
Hex 4A CE FD 47 13 0 1 C4 62 40
Octal 112 316 375 107 23 0 1 304 142 100
Binary 1001010 11001110 11111101 1000111 10011 0 1 11000100 1100010 1000000

Color Harmonies of #4ACEFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ACEFD

Black with #4ACEFD

Text Example


Text Example

White with #4ACEFD

Text Example


Text Example

HTML Codes & Css Web 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>