Html Css Color HEX #4FDAFF Turquoise Blue

📋 copy color: '#4FDAFF'

red 79 ◦ green 218 ◦ blue 255

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

Shades of Turquoise Blue #4FDAFF

Tints of Turquoise Blue #4FDAFF

RGB

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

 GREEN value IS 218 (85.55% from 255) = 39.49%

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

R = 14.31%
G = 39.49%
B = 46.2%

CMYK

 C value IS 0.69

 M value IS 0.15

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#4FDAFF (or 0x4FDAFF) is known color: Turquoise Blue. HEX triplet: 4F, DA and FF. RGB value is (79,218,255). Sum of RGB (Red+Green+Blue) = 79+218+255=552 (73% of max value = 765). Red value is 79 (31.25% from 255 or 14.31% from 552); Green value is 218 (85.55% from 255 or 39.49% from 552); Blue value is 255 (100% from 255 or 46.20% from 552); Max value from RGB is 255 - color contains mainly: blue. Hex color #4FDAFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4FDAFF is #B02500. Grayscale: #B4B4B4. Windows color (decimal): -11543809 or 16767567. OLE color: 16767567.

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

Color convert

RGB 79 218 255 -
CMYK 0.69 0.15 0 0
HSL 192.61º 1% 0.65% -
HSV(B) 192.61º 0.69% 1% -
XYZ 46.35 59.03 103.56 -
YUV 180.66 169.95 55.49 -
System Red Green Blue C M Y K H S L
Decimal 79 218 255 0.69 0.15 0 0 192.61 1 0.65
Hex 4F DA FF 45 F 0 0 C1 64 41
Octal 117 332 377 105 17 0 0 301 144 101
Binary 1001111 11011010 11111111 1000101 1111 0 0 11000001 1100100 1000001

Color Harmonies of #4FDAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FDAFF

Black with #4FDAFF

Text Example


Text Example

White with #4FDAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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