Html Css Color HEX #4FE0FA Turquoise Blue

📋 copy color: '#4FE0FA'

red 79 ◦ green 224 ◦ blue 250

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

Shades of Turquoise Blue #4FE0FA

Tints of Turquoise Blue #4FE0FA

RGB

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

 GREEN value IS 224 (87.89% from 255) = 40.51%

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

R = 14.29%
G = 40.51%
B = 45.21%

CMYK

 C value IS 0.68

 M value IS 0.10

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4FE0FA (or 0x4FE0FA) is known color: Turquoise Blue. HEX triplet: 4F, E0 and FA. RGB value is (79,224,250). Sum of RGB (Red+Green+Blue) = 79+224+250=553 (73% of max value = 765). Red value is 79 (31.25% from 255 or 14.29% from 553); Green value is 224 (87.89% from 255 or 40.51% from 553); Blue value is 250 (98.05% from 255 or 45.21% from 553); Max value from RGB is 250 - color contains mainly: blue. Hex color #4FE0FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4FE0FA is #B01F05. Grayscale: #B7B7B7. Windows color (decimal): -11542278 or 16441423. OLE color: 16441423.

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

Color convert

RGB 79 224 250 -
CMYK 0.68 0.10 0 0.02
HSL 189.12º 0.94% 0.65% -
HSV(B) 189.12º 0.68% 0.98% -
XYZ 47.14 61.88 99.9 -
YUV 183.61 165.46 53.39 -
System Red Green Blue C M Y K H S L
Decimal 79 224 250 0.68 0.10 0 0.02 189.12 0.94 0.65
Hex 4F E0 FA 44 A 0 2 BD 5E 41
Octal 117 340 372 104 12 0 2 275 136 101
Binary 1001111 11100000 11111010 1000100 1010 0 10 10111101 1011110 1000001

Color Harmonies of #4FE0FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FE0FA

Black with #4FE0FA

Text Example


Text Example

White with #4FE0FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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