Html Css Color HEX #4DDAFE Turquoise Blue

📋 copy color: '#4DDAFE'

red 77 ◦ green 218 ◦ blue 254

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

Shades of Turquoise Blue #4DDAFE

Tints of Turquoise Blue #4DDAFE

RGB

 RED value IS 77 (30.47% from 255) = 14.03%

 GREEN value IS 218 (85.55% from 255) = 39.71%

 BLUE value IS 254 (99.61% from 255) = 46.27%

R = 14.03%
G = 39.71%
B = 46.27%

CMYK

 C value IS 0.70

 M value IS 0.14

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#4DDAFE (or 0x4DDAFE) is known color: Turquoise Blue. HEX triplet: 4D, DA and FE. RGB value is (77,218,254). Sum of RGB (Red+Green+Blue) = 77+218+254=549 (72% of max value = 765). Red value is 77 (30.47% from 255 or 14.03% from 549); Green value is 218 (85.55% from 255 or 39.71% from 549); Blue value is 254 (99.61% from 255 or 46.27% from 549); Max value from RGB is 254 - color contains mainly: blue. Hex color #4DDAFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4DDAFE is #B22501. Grayscale: #B3B3B3. Windows color (decimal): -11674882 or 16702029. OLE color: 16702029.

HSL color Cylindrical-coordinate representation of color #4DDAFE: hue angle of 192.2º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4DDAFE is Cyan = 0.70, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 77 218 254 -
CMYK 0.70 0.14 0 0.00
HSL 192.2º 0.99% 0.65% -
HSV(B) 192.2º 0.7% 1% -
XYZ 46.02 58.88 102.7 -
YUV 179.95 169.79 54.57 -
System Red Green Blue C M Y K H S L
Decimal 77 218 254 0.70 0.14 0 0.00 192.2 0.99 0.65
Hex 4D DA FE 46 E 0 0 C0 63 41
Octal 115 332 376 106 16 0 0 300 143 101
Binary 1001101 11011010 11111110 1000110 1110 0 0 11000000 1100011 1000001

Color Harmonies of #4DDAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DDAFE

Black with #4DDAFE

Text Example


Text Example

White with #4DDAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,218,254); }

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

background-color css

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

 a { background-color: rgb(77,218,254); }

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

border-color css

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

 span { border-color: rgb(77,218,254); }

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