Html Css Color HEX #4FE5FF Turquoise Blue

📋 copy color: '#4FE5FF'

red 79 ◦ green 229 ◦ blue 255

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

Shades of Turquoise Blue #4FE5FF

Tints of Turquoise Blue #4FE5FF

RGB

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

 GREEN value IS 229 (89.84% from 255) = 40.67%

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

R = 14.03%
G = 40.67%
B = 45.29%

CMYK

 C value IS 0.69

 M value IS 0.10

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#4FE5FF (or 0x4FE5FF) is known color: Turquoise Blue. HEX triplet: 4F, E5 and FF. RGB value is (79,229,255). Sum of RGB (Red+Green+Blue) = 79+229+255=563 (74% of max value = 765). Red value is 79 (31.25% from 255 or 14.03% from 563); Green value is 229 (89.84% from 255 or 40.67% from 563); Blue value is 255 (100% from 255 or 45.29% from 563); Max value from RGB is 255 - color contains mainly: blue. Hex color #4FE5FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4FE5FF is #B01A00. Grayscale: #BABABA. Windows color (decimal): -11540993 or 16770383. OLE color: 16770383.

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

Color convert

RGB 79 229 255 -
CMYK 0.69 0.10 0 0
HSL 188.86º 1% 0.65% -
HSV(B) 188.86º 0.69% 1% -
XYZ 49.29 64.92 104.54 -
YUV 187.11 166.31 50.89 -
System Red Green Blue C M Y K H S L
Decimal 79 229 255 0.69 0.10 0 0 188.86 1 0.65
Hex 4F E5 FF 45 A 0 0 BD 64 41
Octal 117 345 377 105 12 0 0 275 144 101
Binary 1001111 11100101 11111111 1000101 1010 0 0 10111101 1100100 1000001

Color Harmonies of #4FE5FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FE5FF

Black with #4FE5FF

Text Example


Text Example

White with #4FE5FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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