Html Css Color HEX #4FDBFF Turquoise Blue

📋 copy color: '#4FDBFF'

red 79 ◦ green 219 ◦ blue 255

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

Shades of Turquoise Blue #4FDBFF

Tints of Turquoise Blue #4FDBFF

RGB

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

 GREEN value IS 219 (85.94% from 255) = 39.6%

 BLUE value IS 255 (100% from 255) = 46.11%

R = 14.29%
G = 39.6%
B = 46.11%

CMYK

 C value IS 0.69

 M value IS 0.14

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#4FDBFF (or 0x4FDBFF) is known color: Turquoise Blue. HEX triplet: 4F, DB and FF. RGB value is (79,219,255). Sum of RGB (Red+Green+Blue) = 79+219+255=553 (73% of max value = 765). Red value is 79 (31.25% from 255 or 14.29% from 553); Green value is 219 (85.94% from 255 or 39.60% from 553); Blue value is 255 (100% from 255 or 46.11% from 553); Max value from RGB is 255 - color contains mainly: blue. Hex color #4FDBFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4FDBFF is #B02400. Grayscale: #B4B4B4. Windows color (decimal): -11543553 or 16767823. OLE color: 16767823.

HSL color Cylindrical-coordinate representation of color #4FDBFF: hue angle of 192.27º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4FDBFF is Cyan = 0.69, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 79 219 255 -
CMYK 0.69 0.14 0 0
HSL 192.27º 1% 0.65% -
HSV(B) 192.27º 0.69% 1% -
XYZ 46.61 59.55 103.64 -
YUV 181.24 169.62 55.07 -
System Red Green Blue C M Y K H S L
Decimal 79 219 255 0.69 0.14 0 0 192.27 1 0.65
Hex 4F DB FF 45 E 0 0 C0 64 41
Octal 117 333 377 105 16 0 0 300 144 101
Binary 1001111 11011011 11111111 1000101 1110 0 0 11000000 1100100 1000001

Color Harmonies of #4FDBFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FDBFF

Black with #4FDBFF

Text Example


Text Example

White with #4FDBFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,219,255); }

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

background-color css

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

 a { background-color: rgb(79,219,255); }

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

border-color css

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

 span { border-color: rgb(79,219,255); }

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