Html Css Color HEX #4FE0FE Turquoise Blue

📋 copy color: '#4FE0FE'

red 79 ◦ green 224 ◦ blue 254

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

Shades of Turquoise Blue #4FE0FE

Tints of Turquoise Blue #4FE0FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 45.6%

R = 14.18%
G = 40.22%
B = 45.6%

CMYK

 C value IS 0.69

 M value IS 0.12

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#4FE0FE (or 0x4FE0FE) is known color: Turquoise Blue. HEX triplet: 4F, E0 and FE. RGB value is (79,224,254). Sum of RGB (Red+Green+Blue) = 79+224+254=557 (73% of max value = 765). Red value is 79 (31.25% from 255 or 14.18% from 557); Green value is 224 (87.89% from 255 or 40.22% from 557); Blue value is 254 (99.61% from 255 or 45.60% from 557); Max value from RGB is 254 - color contains mainly: blue. Hex color #4FE0FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4FE0FE is #B01F01. Grayscale: #B7B7B7. Windows color (decimal): -11542274 or 16703567. OLE color: 16703567.

HSL color Cylindrical-coordinate representation of color #4FE0FE: hue angle of 190.29º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4FE0FE is Cyan = 0.69, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 79 224 254 -
CMYK 0.69 0.12 0 0.00
HSL 190.29º 0.99% 0.65% -
HSV(B) 190.29º 0.69% 1% -
XYZ 47.77 62.13 103.24 -
YUV 184.07 167.46 53.06 -
System Red Green Blue C M Y K H S L
Decimal 79 224 254 0.69 0.12 0 0.00 190.29 0.99 0.65
Hex 4F E0 FE 45 C 0 0 BE 63 41
Octal 117 340 376 105 14 0 0 276 143 101
Binary 1001111 11100000 11111110 1000101 1100 0 0 10111110 1100011 1000001

Color Harmonies of #4FE0FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FE0FE

Black with #4FE0FE

Text Example


Text Example

White with #4FE0FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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