Html Css Color HEX #4ACEF2 Turquoise Blue

📋 copy color: '#4ACEF2'

red 74 ◦ green 206 ◦ blue 242

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

Shades of Turquoise Blue #4ACEF2

Tints of Turquoise Blue #4ACEF2

RGB

 RED value IS 74 (29.3% from 255) = 14.18%

 GREEN value IS 206 (80.86% from 255) = 39.46%

 BLUE value IS 242 (94.92% from 255) = 46.36%

R = 14.18%
G = 39.46%
B = 46.36%

CMYK

 C value IS 0.69

 M value IS 0.15

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#4ACEF2 (or 0x4ACEF2) is known color: Turquoise Blue. HEX triplet: 4A, CE and F2. RGB value is (74,206,242). Sum of RGB (Red+Green+Blue) = 74+206+242=522 (69% of max value = 765). Red value is 74 (29.30% from 255 or 14.18% from 522); Green value is 206 (80.86% from 255 or 39.46% from 522); Blue value is 242 (94.92% from 255 or 46.36% from 522); Max value from RGB is 242 - color contains mainly: blue. Hex color #4ACEF2 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4ACEF2 is #B5310D. Grayscale: #AAAAAA. Windows color (decimal): -11874574 or 15912522. OLE color: 15912522.

HSL color Cylindrical-coordinate representation of color #4ACEF2: hue angle of 192.86º degrees, saturation: 0.87, 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 #4ACEF2 is Cyan = 0.69, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 74 206 242 -
CMYK 0.69 0.15 0 0.05
HSL 192.86º 0.87% 0.62% -
HSV(B) 192.86º 0.69% 0.95% -
XYZ 40.92 52.01 91.89 -
YUV 170.64 168.27 59.07 -
System Red Green Blue C M Y K H S L
Decimal 74 206 242 0.69 0.15 0 0.05 192.86 0.87 0.62
Hex 4A CE F2 45 F 0 5 C1 57 3E
Octal 112 316 362 105 17 0 5 301 127 76
Binary 1001010 11001110 11110010 1000101 1111 0 101 11000001 1010111 111110

Color Harmonies of #4ACEF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ACEF2

Black with #4ACEF2

Text Example


Text Example

White with #4ACEF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4ACEF2;
 }
 .AnyTagClassName
 {
   color: #4ACEF2;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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