Html Css Color HEX #4ACEFC Turquoise Blue

📋 copy color: '#4ACEFC'

red 74 ◦ green 206 ◦ blue 252

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

Shades of Turquoise Blue #4ACEFC

Tints of Turquoise Blue #4ACEFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 47.37%

R = 13.91%
G = 38.72%
B = 47.37%

CMYK

 C value IS 0.71

 M value IS 0.18

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#4ACEFC (or 0x4ACEFC) is known color: Turquoise Blue. HEX triplet: 4A, CE and FC. RGB value is (74,206,252). Sum of RGB (Red+Green+Blue) = 74+206+252=532 (70% of max value = 765). Red value is 74 (29.30% from 255 or 13.91% from 532); Green value is 206 (80.86% from 255 or 38.72% from 532); Blue value is 252 (98.83% from 255 or 47.37% from 532); Max value from RGB is 252 - color contains mainly: blue. Hex color #4ACEFC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4ACEFC is #B53103. Grayscale: #ABABAB. Windows color (decimal): -11874564 or 16567882. OLE color: 16567882.

HSL color Cylindrical-coordinate representation of color #4ACEFC: hue angle of 195.51º degrees, saturation: 0.97, 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 #4ACEFC is Cyan = 0.71, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 74 206 252 -
CMYK 0.71 0.18 0 0.01
HSL 195.51º 0.97% 0.64% -
HSV(B) 195.51º 0.71% 0.99% -
XYZ 42.47 52.63 100.02 -
YUV 171.78 173.27 58.26 -
System Red Green Blue C M Y K H S L
Decimal 74 206 252 0.71 0.18 0 0.01 195.51 0.97 0.64
Hex 4A CE FC 47 12 0 1 C4 61 40
Octal 112 316 374 107 22 0 1 304 141 100
Binary 1001010 11001110 11111100 1000111 10010 0 1 11000100 1100001 1000000

Color Harmonies of #4ACEFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ACEFC

Black with #4ACEFC

Text Example


Text Example

White with #4ACEFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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