Html Css Color HEX #4DD9F7 Turquoise Blue

📋 copy color: '#4DD9F7'

red 77 ◦ green 217 ◦ blue 247

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

Shades of Turquoise Blue #4DD9F7

Tints of Turquoise Blue #4DD9F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 45.66%

R = 14.23%
G = 40.11%
B = 45.66%

CMYK

 C value IS 0.69

 M value IS 0.12

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#4DD9F7 (or 0x4DD9F7) is known color: Turquoise Blue. HEX triplet: 4D, D9 and F7. RGB value is (77,217,247). Sum of RGB (Red+Green+Blue) = 77+217+247=541 (71% of max value = 765). Red value is 77 (30.47% from 255 or 14.23% from 541); Green value is 217 (85.16% from 255 or 40.11% from 541); Blue value is 247 (96.88% from 255 or 45.66% from 541); Max value from RGB is 247 - color contains mainly: blue. Hex color #4DD9F7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4DD9F7 is #B22608. Grayscale: #B2B2B2. Windows color (decimal): -11675145 or 16243021. OLE color: 16243021.

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

Color convert

RGB 77 217 247 -
CMYK 0.69 0.12 0 0.03
HSL 190.59º 0.91% 0.64% -
HSV(B) 190.59º 0.69% 0.97% -
XYZ 44.66 57.92 96.82 -
YUV 178.56 166.62 55.56 -
System Red Green Blue C M Y K H S L
Decimal 77 217 247 0.69 0.12 0 0.03 190.59 0.91 0.64
Hex 4D D9 F7 45 C 0 3 BF 5B 40
Octal 115 331 367 105 14 0 3 277 133 100
Binary 1001101 11011001 11110111 1000101 1100 0 11 10111111 1011011 1000000

Color Harmonies of #4DD9F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DD9F7

Black with #4DD9F7

Text Example


Text Example

White with #4DD9F7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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