Html Css Color HEX #4FD1FA Turquoise Blue

📋 copy color: '#4FD1FA'

red 79 ◦ green 209 ◦ blue 250

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

Shades of Turquoise Blue #4FD1FA

Tints of Turquoise Blue #4FD1FA

RGB

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

 GREEN value IS 209 (82.03% from 255) = 38.85%

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

R = 14.68%
G = 38.85%
B = 46.47%

CMYK

 C value IS 0.68

 M value IS 0.16

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4FD1FA (or 0x4FD1FA) is known color: Turquoise Blue. HEX triplet: 4F, D1 and FA. RGB value is (79,209,250). Sum of RGB (Red+Green+Blue) = 79+209+250=538 (71% of max value = 765). Red value is 79 (31.25% from 255 or 14.68% from 538); Green value is 209 (82.03% from 255 or 38.85% from 538); Blue value is 250 (98.05% from 255 or 46.47% from 538); Max value from RGB is 250 - color contains mainly: blue. Hex color #4FD1FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4FD1FA is #B02E05. Grayscale: #AEAEAE. Windows color (decimal): -11546118 or 16437583. OLE color: 16437583.

HSL color Cylindrical-coordinate representation of color #4FD1FA: hue angle of 194.39º 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 #4FD1FA is Cyan = 0.68, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 79 209 250 -
CMYK 0.68 0.16 0 0.02
HSL 194.39º 0.94% 0.65% -
HSV(B) 194.39º 0.68% 0.98% -
XYZ 43.28 54.17 98.62 -
YUV 174.8 170.43 59.67 -
System Red Green Blue C M Y K H S L
Decimal 79 209 250 0.68 0.16 0 0.02 194.39 0.94 0.65
Hex 4F D1 FA 44 10 0 2 C2 5E 41
Octal 117 321 372 104 20 0 2 302 136 101
Binary 1001111 11010001 11111010 1000100 10000 0 10 11000010 1011110 1000001

Color Harmonies of #4FD1FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FD1FA

Black with #4FD1FA

Text Example


Text Example

White with #4FD1FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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