Html Css Color HEX #4DDDFB Turquoise Blue

📋 copy color: '#4DDDFB'

red 77 ◦ green 221 ◦ blue 251

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

Shades of Turquoise Blue #4DDDFB

Tints of Turquoise Blue #4DDDFB

RGB

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

 GREEN value IS 221 (86.72% from 255) = 40.26%

 BLUE value IS 251 (98.44% from 255) = 45.72%

R = 14.03%
G = 40.26%
B = 45.72%

CMYK

 C value IS 0.69

 M value IS 0.12

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4DDDFB (or 0x4DDDFB) is known color: Turquoise Blue. HEX triplet: 4D, DD and FB. RGB value is (77,221,251). Sum of RGB (Red+Green+Blue) = 77+221+251=549 (72% of max value = 765). Red value is 77 (30.47% from 255 or 14.03% from 549); Green value is 221 (86.72% from 255 or 40.26% from 549); Blue value is 251 (98.44% from 255 or 45.72% from 549); Max value from RGB is 251 - color contains mainly: blue. Hex color #4DDDFB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4DDDFB is #B22204. Grayscale: #B5B5B5. Windows color (decimal): -11674117 or 16506189. OLE color: 16506189.

HSL color Cylindrical-coordinate representation of color #4DDDFB: hue angle of 190.34º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4DDDFB is Cyan = 0.69, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 77 221 251 -
CMYK 0.69 0.12 0 0.02
HSL 190.34º 0.96% 0.64% -
HSV(B) 190.34º 0.69% 0.98% -
XYZ 46.33 60.26 100.46 -
YUV 181.36 167.29 53.56 -
System Red Green Blue C M Y K H S L
Decimal 77 221 251 0.69 0.12 0 0.02 190.34 0.96 0.64
Hex 4D DD FB 45 C 0 2 BE 60 40
Octal 115 335 373 105 14 0 2 276 140 100
Binary 1001101 11011101 11111011 1000101 1100 0 10 10111110 1100000 1000000

Color Harmonies of #4DDDFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DDDFB

Black with #4DDDFB

Text Example


Text Example

White with #4DDDFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,221,251); }

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

background-color css

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

 a { background-color: rgb(77,221,251); }

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

border-color css

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

 span { border-color: rgb(77,221,251); }

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