Html Css Color HEX #4FE0FB Turquoise Blue

📋 copy color: '#4FE0FB'

red 79 ◦ green 224 ◦ blue 251

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

Shades of Turquoise Blue #4FE0FB

Tints of Turquoise Blue #4FE0FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 45.31%

R = 14.26%
G = 40.43%
B = 45.31%

CMYK

 C value IS 0.69

 M value IS 0.11

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4FE0FB (or 0x4FE0FB) is known color: Turquoise Blue. HEX triplet: 4F, E0 and FB. RGB value is (79,224,251). Sum of RGB (Red+Green+Blue) = 79+224+251=554 (73% of max value = 765). Red value is 79 (31.25% from 255 or 14.26% from 554); Green value is 224 (87.89% from 255 or 40.43% from 554); Blue value is 251 (98.44% from 255 or 45.31% from 554); Max value from RGB is 251 - color contains mainly: blue. Hex color #4FE0FB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4FE0FB is #B01F04. Grayscale: #B7B7B7. Windows color (decimal): -11542277 or 16506959. OLE color: 16506959.

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

Color convert

RGB 79 224 251 -
CMYK 0.69 0.11 0 0.02
HSL 189.42º 0.96% 0.65% -
HSV(B) 189.42º 0.69% 0.98% -
XYZ 47.29 61.94 100.73 -
YUV 183.72 165.96 53.3 -
System Red Green Blue C M Y K H S L
Decimal 79 224 251 0.69 0.11 0 0.02 189.42 0.96 0.65
Hex 4F E0 FB 45 B 0 2 BD 60 41
Octal 117 340 373 105 13 0 2 275 140 101
Binary 1001111 11100000 11111011 1000101 1011 0 10 10111101 1100000 1000001

Color Harmonies of #4FE0FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FE0FB

Black with #4FE0FB

Text Example


Text Example

White with #4FE0FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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