Html Css Color HEX #4FDFF7 Turquoise Blue

📋 copy color: '#4FDFF7'

red 79 ◦ green 223 ◦ blue 247

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

Shades of Turquoise Blue #4FDFF7

Tints of Turquoise Blue #4FDFF7

RGB

 RED value IS 79 (31.25% from 255) = 14.39%

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

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

R = 14.39%
G = 40.62%
B = 44.99%

CMYK

 C value IS 0.68

 M value IS 0.10

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#4FDFF7 (or 0x4FDFF7) is known color: Turquoise Blue. HEX triplet: 4F, DF and F7. RGB value is (79,223,247). Sum of RGB (Red+Green+Blue) = 79+223+247=549 (72% of max value = 765). Red value is 79 (31.25% from 255 or 14.39% from 549); Green value is 223 (87.5% from 255 or 40.62% from 549); Blue value is 247 (96.88% from 255 or 44.99% from 549); Max value from RGB is 247 - color contains mainly: blue. Hex color #4FDFF7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4FDFF7 is #B02008. Grayscale: #B6B6B6. Windows color (decimal): -11542537 or 16244559. OLE color: 16244559.

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

Color convert

RGB 79 223 247 -
CMYK 0.68 0.10 0 0.03
HSL 188.57º 0.91% 0.64% -
HSV(B) 188.57º 0.68% 0.97% -
XYZ 46.4 61.15 97.35 -
YUV 182.68 164.29 54.05 -
System Red Green Blue C M Y K H S L
Decimal 79 223 247 0.68 0.10 0 0.03 188.57 0.91 0.64
Hex 4F DF F7 44 A 0 3 BD 5B 40
Octal 117 337 367 104 12 0 3 275 133 100
Binary 1001111 11011111 11110111 1000100 1010 0 11 10111101 1011011 1000000

Color Harmonies of #4FDFF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FDFF7

Black with #4FDFF7

Text Example


Text Example

White with #4FDFF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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