Html Css Color HEX #4DDDF7 Turquoise Blue

📋 copy color: '#4DDDF7'

red 77 ◦ green 221 ◦ blue 247

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

Shades of Turquoise Blue #4DDDF7

Tints of Turquoise Blue #4DDDF7

RGB

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

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

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

R = 14.13%
G = 40.55%
B = 45.32%

CMYK

 C value IS 0.69

 M value IS 0.11

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#4DDDF7 (or 0x4DDDF7) is known color: Turquoise Blue. HEX triplet: 4D, DD and F7. RGB value is (77,221,247). Sum of RGB (Red+Green+Blue) = 77+221+247=545 (72% of max value = 765). Red value is 77 (30.47% from 255 or 14.13% from 545); Green value is 221 (86.72% from 255 or 40.55% from 545); Blue value is 247 (96.88% from 255 or 45.32% from 545); Max value from RGB is 247 - color contains mainly: blue. Hex color #4DDDF7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4DDDF7 is #B22208. Grayscale: #B4B4B4. Windows color (decimal): -11674121 or 16244045. OLE color: 16244045.

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

Color convert

RGB 77 221 247 -
CMYK 0.69 0.11 0 0.03
HSL 189.18º 0.91% 0.64% -
HSV(B) 189.18º 0.69% 0.97% -
XYZ 45.71 60.01 97.17 -
YUV 180.91 165.29 53.89 -
System Red Green Blue C M Y K H S L
Decimal 77 221 247 0.69 0.11 0 0.03 189.18 0.91 0.64
Hex 4D DD F7 45 B 0 3 BD 5B 40
Octal 115 335 367 105 13 0 3 275 133 100
Binary 1001101 11011101 11110111 1000101 1011 0 11 10111101 1011011 1000000

Color Harmonies of #4DDDF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DDDF7

Black with #4DDDF7

Text Example


Text Example

White with #4DDDF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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