Html Css Color HEX #4FE9FA Turquoise Blue

📋 copy color: '#4FE9FA'

red 79 ◦ green 233 ◦ blue 250

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

Shades of Turquoise Blue #4FE9FA

Tints of Turquoise Blue #4FE9FA

RGB

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

 GREEN value IS 233 (91.41% from 255) = 41.46%

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

R = 14.06%
G = 41.46%
B = 44.48%

CMYK

 C value IS 0.68

 M value IS 0.07

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4FE9FA (or 0x4FE9FA) is known color: Turquoise Blue. HEX triplet: 4F, E9 and FA. RGB value is (79,233,250). Sum of RGB (Red+Green+Blue) = 79+233+250=562 (74% of max value = 765). Red value is 79 (31.25% from 255 or 14.06% from 562); Green value is 233 (91.41% from 255 or 41.46% from 562); Blue value is 250 (98.05% from 255 or 44.48% from 562); Max value from RGB is 250 - color contains mainly: blue. Hex color #4FE9FA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4FE9FA is #B01605. Grayscale: #BCBCBC. Windows color (decimal): -11539974 or 16443727. OLE color: 16443727.

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

Color convert

RGB 79 233 250 -
CMYK 0.68 0.07 0 0.02
HSL 185.96º 0.94% 0.65% -
HSV(B) 185.96º 0.68% 0.98% -
XYZ 49.62 66.84 100.73 -
YUV 188.89 162.48 49.62 -
System Red Green Blue C M Y K H S L
Decimal 79 233 250 0.68 0.07 0 0.02 185.96 0.94 0.65
Hex 4F E9 FA 44 7 0 2 BA 5E 41
Octal 117 351 372 104 7 0 2 272 136 101
Binary 1001111 11101001 11111010 1000100 111 0 10 10111010 1011110 1000001

Color Harmonies of #4FE9FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FE9FA

Black with #4FE9FA

Text Example


Text Example

White with #4FE9FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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