Html Css Color HEX #4FE0FF Turquoise Blue

📋 copy color: '#4FE0FF'

red 79 ◦ green 224 ◦ blue 255

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

Shades of Turquoise Blue #4FE0FF

Tints of Turquoise Blue #4FE0FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 45.7%

R = 14.16%
G = 40.14%
B = 45.7%

CMYK

 C value IS 0.69

 M value IS 0.12

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#4FE0FF (or 0x4FE0FF) is known color: Turquoise Blue. HEX triplet: 4F, E0 and FF. RGB value is (79,224,255). Sum of RGB (Red+Green+Blue) = 79+224+255=558 (73% of max value = 765). Red value is 79 (31.25% from 255 or 14.16% from 558); Green value is 224 (87.89% from 255 or 40.14% from 558); Blue value is 255 (100% from 255 or 45.70% from 558); Max value from RGB is 255 - color contains mainly: blue. Hex color #4FE0FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4FE0FF is #B01F00. Grayscale: #B7B7B7. Windows color (decimal): -11542273 or 16769103. OLE color: 16769103.

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

Color convert

RGB 79 224 255 -
CMYK 0.69 0.12 0 0
HSL 190.57º 1% 0.65% -
HSV(B) 190.57º 0.69% 1% -
XYZ 47.93 62.19 104.09 -
YUV 184.18 167.96 52.98 -
System Red Green Blue C M Y K H S L
Decimal 79 224 255 0.69 0.12 0 0 190.57 1 0.65
Hex 4F E0 FF 45 C 0 0 BF 64 41
Octal 117 340 377 105 14 0 0 277 144 101
Binary 1001111 11100000 11111111 1000101 1100 0 0 10111111 1100100 1000001

Color Harmonies of #4FE0FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FE0FF

Black with #4FE0FF

Text Example


Text Example

White with #4FE0FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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