Html Css Color HEX #4DDCFE Turquoise Blue

📋 copy color: '#4DDCFE'

red 77 ◦ green 220 ◦ blue 254

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

Shades of Turquoise Blue #4DDCFE

Tints of Turquoise Blue #4DDCFE

RGB

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

 GREEN value IS 220 (86.33% from 255) = 39.93%

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

R = 13.97%
G = 39.93%
B = 46.1%

CMYK

 C value IS 0.70

 M value IS 0.13

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#4DDCFE (or 0x4DDCFE) is known color: Turquoise Blue. HEX triplet: 4D, DC and FE. RGB value is (77,220,254). Sum of RGB (Red+Green+Blue) = 77+220+254=551 (72% of max value = 765). Red value is 77 (30.47% from 255 or 13.97% from 551); Green value is 220 (86.33% from 255 or 39.93% from 551); Blue value is 254 (99.61% from 255 or 46.10% from 551); Max value from RGB is 254 - color contains mainly: blue. Hex color #4DDCFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4DDCFE is #B22301. Grayscale: #B4B4B4. Windows color (decimal): -11674370 or 16702541. OLE color: 16702541.

HSL color Cylindrical-coordinate representation of color #4DDCFE: hue angle of 191.53º 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 #4DDCFE is Cyan = 0.70, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 77 220 254 -
CMYK 0.70 0.13 0 0.00
HSL 191.53º 0.99% 0.65% -
HSV(B) 191.53º 0.7% 1% -
XYZ 46.54 59.92 102.88 -
YUV 181.12 169.12 53.74 -
System Red Green Blue C M Y K H S L
Decimal 77 220 254 0.70 0.13 0 0.00 191.53 0.99 0.65
Hex 4D DC FE 46 D 0 0 C0 63 41
Octal 115 334 376 106 15 0 0 300 143 101
Binary 1001101 11011100 11111110 1000110 1101 0 0 11000000 1100011 1000001

Color Harmonies of #4DDCFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DDCFE

Black with #4DDCFE

Text Example


Text Example

White with #4DDCFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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