Html Css Color HEX #4DDFF7 Turquoise Blue

📋 copy color: '#4DDFF7'

red 77 ◦ green 223 ◦ blue 247

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

Shades of Turquoise Blue #4DDFF7

Tints of Turquoise Blue #4DDFF7

RGB

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

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

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

R = 14.08%
G = 40.77%
B = 45.16%

CMYK

 C value IS 0.69

 M value IS 0.10

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#4DDFF7 (or 0x4DDFF7) is known color: Turquoise Blue. HEX triplet: 4D, DF and F7. RGB value is (77,223,247). Sum of RGB (Red+Green+Blue) = 77+223+247=547 (72% of max value = 765). Red value is 77 (30.47% from 255 or 14.08% from 547); Green value is 223 (87.5% from 255 or 40.77% from 547); Blue value is 247 (96.88% from 255 or 45.16% from 547); Max value from RGB is 247 - color contains mainly: blue. Hex color #4DDFF7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4DDFF7 is #B22008. Grayscale: #B5B5B5. Windows color (decimal): -11673609 or 16244557. OLE color: 16244557.

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

Color convert

RGB 77 223 247 -
CMYK 0.69 0.10 0 0.03
HSL 188.47º 0.91% 0.64% -
HSV(B) 188.47º 0.69% 0.97% -
XYZ 46.24 61.07 97.35 -
YUV 182.08 164.63 53.05 -
System Red Green Blue C M Y K H S L
Decimal 77 223 247 0.69 0.10 0 0.03 188.47 0.91 0.64
Hex 4D DF F7 45 A 0 3 BC 5B 40
Octal 115 337 367 105 12 0 3 274 133 100
Binary 1001101 11011111 11110111 1000101 1010 0 11 10111100 1011011 1000000

Color Harmonies of #4DDFF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DDFF7

Black with #4DDFF7

Text Example


Text Example

White with #4DDFF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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