Html Css Color HEX #4DDDF9 Turquoise Blue

📋 copy color: '#4DDDF9'

red 77 ◦ green 221 ◦ blue 249

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

Shades of Turquoise Blue #4DDDF9

Tints of Turquoise Blue #4DDDF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 45.52%

R = 14.08%
G = 40.4%
B = 45.52%

CMYK

 C value IS 0.69

 M value IS 0.11

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4DDDF9 (or 0x4DDDF9) is known color: Turquoise Blue. HEX triplet: 4D, DD and F9. RGB value is (77,221,249). Sum of RGB (Red+Green+Blue) = 77+221+249=547 (72% of max value = 765). Red value is 77 (30.47% from 255 or 14.08% from 547); Green value is 221 (86.72% from 255 or 40.40% from 547); Blue value is 249 (97.66% from 255 or 45.52% from 547); Max value from RGB is 249 - color contains mainly: blue. Hex color #4DDDF9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4DDDF9 is #B22206. Grayscale: #B4B4B4. Windows color (decimal): -11674119 or 16375117. OLE color: 16375117.

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

Color convert

RGB 77 221 249 -
CMYK 0.69 0.11 0 0.02
HSL 189.77º 0.93% 0.64% -
HSV(B) 189.77º 0.69% 0.98% -
XYZ 46.02 60.13 98.8 -
YUV 181.14 166.29 53.72 -
System Red Green Blue C M Y K H S L
Decimal 77 221 249 0.69 0.11 0 0.02 189.77 0.93 0.64
Hex 4D DD F9 45 B 0 2 BE 5D 40
Octal 115 335 371 105 13 0 2 276 135 100
Binary 1001101 11011101 11111001 1000101 1011 0 10 10111110 1011101 1000000

Color Harmonies of #4DDDF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DDDF9

Black with #4DDDF9

Text Example


Text Example

White with #4DDDF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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