Html Css Color HEX #4FE7FB Turquoise Blue

📋 copy color: '#4FE7FB'

red 79 ◦ green 231 ◦ blue 251

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

Shades of Turquoise Blue #4FE7FB

Tints of Turquoise Blue #4FE7FB

RGB

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

 GREEN value IS 231 (90.63% from 255) = 41.18%

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

R = 14.08%
G = 41.18%
B = 44.74%

CMYK

 C value IS 0.69

 M value IS 0.08

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4FE7FB (or 0x4FE7FB) is known color: Turquoise Blue. HEX triplet: 4F, E7 and FB. RGB value is (79,231,251). Sum of RGB (Red+Green+Blue) = 79+231+251=561 (74% of max value = 765). Red value is 79 (31.25% from 255 or 14.08% from 561); Green value is 231 (90.62% from 255 or 41.18% from 561); Blue value is 251 (98.44% from 255 or 44.74% from 561); Max value from RGB is 251 - color contains mainly: blue. Hex color #4FE7FB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4FE7FB is #B01804. Grayscale: #BBBBBB. Windows color (decimal): -11540485 or 16508751. OLE color: 16508751.

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

Color convert

RGB 79 231 251 -
CMYK 0.69 0.08 0 0.02
HSL 186.98º 0.96% 0.65% -
HSV(B) 186.98º 0.69% 0.98% -
XYZ 49.21 65.78 101.37 -
YUV 187.83 163.64 50.37 -
System Red Green Blue C M Y K H S L
Decimal 79 231 251 0.69 0.08 0 0.02 186.98 0.96 0.65
Hex 4F E7 FB 45 8 0 2 BB 60 41
Octal 117 347 373 105 10 0 2 273 140 101
Binary 1001111 11100111 11111011 1000101 1000 0 10 10111011 1100000 1000001

Color Harmonies of #4FE7FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FE7FB

Black with #4FE7FB

Text Example


Text Example

White with #4FE7FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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