Html Css Color HEX #4DDFF9 Turquoise Blue

📋 copy color: '#4DDFF9'

red 77 ◦ green 223 ◦ blue 249

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

Shades of Turquoise Blue #4DDFF9

Tints of Turquoise Blue #4DDFF9

RGB

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

 GREEN value IS 223 (87.5% from 255) = 40.62%

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

R = 14.03%
G = 40.62%
B = 45.36%

CMYK

 C value IS 0.69

 M value IS 0.10

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4DDFF9 (or 0x4DDFF9) is known color: Turquoise Blue. HEX triplet: 4D, DF and F9. RGB value is (77,223,249). Sum of RGB (Red+Green+Blue) = 77+223+249=549 (72% of max value = 765). Red value is 77 (30.47% from 255 or 14.03% from 549); Green value is 223 (87.5% from 255 or 40.62% from 549); Blue value is 249 (97.66% from 255 or 45.36% from 549); Max value from RGB is 249 - color contains mainly: blue. Hex color #4DDFF9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4DDFF9 is #B22006. Grayscale: #B6B6B6. Windows color (decimal): -11673607 or 16375629. OLE color: 16375629.

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

Color convert

RGB 77 223 249 -
CMYK 0.69 0.10 0 0.02
HSL 189.07º 0.93% 0.64% -
HSV(B) 189.07º 0.69% 0.98% -
XYZ 46.55 61.19 98.98 -
YUV 182.31 165.63 52.89 -
System Red Green Blue C M Y K H S L
Decimal 77 223 249 0.69 0.10 0 0.02 189.07 0.93 0.64
Hex 4D DF F9 45 A 0 2 BD 5D 40
Octal 115 337 371 105 12 0 2 275 135 100
Binary 1001101 11011111 11111001 1000101 1010 0 10 10111101 1011101 1000000

Color Harmonies of #4DDFF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DDFF9

Black with #4DDFF9

Text Example


Text Example

White with #4DDFF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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