Html Css Color HEX #4DD9FB Turquoise Blue

📋 copy color: '#4DD9FB'

red 77 ◦ green 217 ◦ blue 251

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

Shades of Turquoise Blue #4DD9FB

Tints of Turquoise Blue #4DD9FB

RGB

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

 GREEN value IS 217 (85.16% from 255) = 39.82%

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

R = 14.13%
G = 39.82%
B = 46.06%

CMYK

 C value IS 0.69

 M value IS 0.14

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4DD9FB (or 0x4DD9FB) is known color: Turquoise Blue. HEX triplet: 4D, D9 and FB. RGB value is (77,217,251). Sum of RGB (Red+Green+Blue) = 77+217+251=545 (72% of max value = 765). Red value is 77 (30.47% from 255 or 14.13% from 545); Green value is 217 (85.16% from 255 or 39.82% from 545); Blue value is 251 (98.44% from 255 or 46.06% from 545); Max value from RGB is 251 - color contains mainly: blue. Hex color #4DD9FB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4DD9FB is #B22604. Grayscale: #B2B2B2. Windows color (decimal): -11675141 or 16505165. OLE color: 16505165.

HSL color Cylindrical-coordinate representation of color #4DD9FB: hue angle of 191.72º 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 #4DD9FB is Cyan = 0.69, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 77 217 251 -
CMYK 0.69 0.14 0 0.02
HSL 191.72º 0.96% 0.64% -
HSV(B) 191.72º 0.69% 0.98% -
XYZ 45.29 58.17 100.11 -
YUV 179.02 168.62 55.24 -
System Red Green Blue C M Y K H S L
Decimal 77 217 251 0.69 0.14 0 0.02 191.72 0.96 0.64
Hex 4D D9 FB 45 E 0 2 C0 60 40
Octal 115 331 373 105 16 0 2 300 140 100
Binary 1001101 11011001 11111011 1000101 1110 0 10 11000000 1100000 1000000

Color Harmonies of #4DD9FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DD9FB

Black with #4DD9FB

Text Example


Text Example

White with #4DD9FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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