Html Css Color HEX #4FDDFA Turquoise Blue

📋 copy color: '#4FDDFA'

red 79 ◦ green 221 ◦ blue 250

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

Shades of Turquoise Blue #4FDDFA

Tints of Turquoise Blue #4FDDFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 45.45%

R = 14.36%
G = 40.18%
B = 45.45%

CMYK

 C value IS 0.68

 M value IS 0.12

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4FDDFA (or 0x4FDDFA) is known color: Turquoise Blue. HEX triplet: 4F, DD and FA. RGB value is (79,221,250). Sum of RGB (Red+Green+Blue) = 79+221+250=550 (72% of max value = 765). Red value is 79 (31.25% from 255 or 14.36% from 550); Green value is 221 (86.72% from 255 or 40.18% from 550); Blue value is 250 (98.05% from 255 or 45.45% from 550); Max value from RGB is 250 - color contains mainly: blue. Hex color #4FDDFA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4FDDFA is #B02205. Grayscale: #B5B5B5. Windows color (decimal): -11543046 or 16440655. OLE color: 16440655.

HSL color Cylindrical-coordinate representation of color #4FDDFA: hue angle of 190.18º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4FDDFA is Cyan = 0.68, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 79 221 250 -
CMYK 0.68 0.12 0 0.02
HSL 190.18º 0.94% 0.65% -
HSV(B) 190.18º 0.68% 0.98% -
XYZ 46.34 60.28 99.63 -
YUV 181.85 166.46 54.64 -
System Red Green Blue C M Y K H S L
Decimal 79 221 250 0.68 0.12 0 0.02 190.18 0.94 0.65
Hex 4F DD FA 44 C 0 2 BE 5E 41
Octal 117 335 372 104 14 0 2 276 136 101
Binary 1001111 11011101 11111010 1000100 1100 0 10 10111110 1011110 1000001

Color Harmonies of #4FDDFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FDDFA

Black with #4FDDFA

Text Example


Text Example

White with #4FDDFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,221,250); }

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

background-color css

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

 a { background-color: rgb(79,221,250); }

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

border-color css

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

 span { border-color: rgb(79,221,250); }

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