Html Css Color HEX #4AD8F4 Turquoise Blue

📋 copy color: '#4AD8F4'

red 74 ◦ green 216 ◦ blue 244

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

Shades of Turquoise Blue #4AD8F4

Tints of Turquoise Blue #4AD8F4

RGB

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

 GREEN value IS 216 (84.77% from 255) = 40.45%

 BLUE value IS 244 (95.7% from 255) = 45.69%

R = 13.86%
G = 40.45%
B = 45.69%

CMYK

 C value IS 0.70

 M value IS 0.11

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#4AD8F4 (or 0x4AD8F4) is known color: Turquoise Blue. HEX triplet: 4A, D8 and F4. RGB value is (74,216,244). Sum of RGB (Red+Green+Blue) = 74+216+244=534 (70% of max value = 765). Red value is 74 (29.30% from 255 or 13.86% from 534); Green value is 216 (84.77% from 255 or 40.45% from 534); Blue value is 244 (95.70% from 255 or 45.69% from 534); Max value from RGB is 244 - color contains mainly: blue. Hex color #4AD8F4 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4AD8F4 is #B5270B. Grayscale: #B0B0B0. Windows color (decimal): -11872012 or 16046154. OLE color: 16046154.

HSL color Cylindrical-coordinate representation of color #4AD8F4: hue angle of 189.88º degrees, saturation: 0.89, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4AD8F4 is Cyan = 0.70, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 74 216 244 -
CMYK 0.70 0.11 0 0.04
HSL 189.88º 0.89% 0.62% -
HSV(B) 189.88º 0.7% 0.96% -
XYZ 43.71 57.1 94.31 -
YUV 176.73 165.96 54.72 -
System Red Green Blue C M Y K H S L
Decimal 74 216 244 0.70 0.11 0 0.04 189.88 0.89 0.62
Hex 4A D8 F4 46 B 0 4 BE 59 3E
Octal 112 330 364 106 13 0 4 276 131 76
Binary 1001010 11011000 11110100 1000110 1011 0 100 10111110 1011001 111110

Color Harmonies of #4AD8F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AD8F4

Black with #4AD8F4

Text Example


Text Example

White with #4AD8F4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,216,244); }

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

background-color css

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

 a { background-color: rgb(74,216,244); }

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

border-color css

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

 span { border-color: rgb(74,216,244); }

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