Html Css Color HEX #4EE0FE Turquoise Blue

📋 copy color: '#4EE0FE'

red 78 ◦ green 224 ◦ blue 254

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

Shades of Turquoise Blue #4EE0FE

Tints of Turquoise Blue #4EE0FE

RGB

 RED value IS 78 (30.86% from 255) = 14.03%

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

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

R = 14.03%
G = 40.29%
B = 45.68%

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

#4EE0FE (or 0x4EE0FE) is known color: Turquoise Blue. HEX triplet: 4E, E0 and FE. RGB value is (78,224,254). Sum of RGB (Red+Green+Blue) = 78+224+254=556 (73% of max value = 765). Red value is 78 (30.86% from 255 or 14.03% from 556); Green value is 224 (87.89% from 255 or 40.29% from 556); Blue value is 254 (99.61% from 255 or 45.68% from 556); Max value from RGB is 254 - color contains mainly: blue. Hex color #4EE0FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4EE0FE is #B11F01. Grayscale: #B7B7B7. Windows color (decimal): -11607810 or 16703566. OLE color: 16703566.

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

Color convert

RGB 78 224 254 -
CMYK 0.69 0.12 0 0.00
HSL 190.23º 0.99% 0.65% -
HSV(B) 190.23º 0.69% 1% -
XYZ 47.69 62.09 103.24 -
YUV 183.77 167.63 52.56 -
System Red Green Blue C M Y K H S L
Decimal 78 224 254 0.69 0.12 0 0.00 190.23 0.99 0.65
Hex 4E E0 FE 45 C 0 0 BE 63 41
Octal 116 340 376 105 14 0 0 276 143 101
Binary 1001110 11100000 11111110 1000101 1100 0 0 10111110 1100011 1000001

Color Harmonies of #4EE0FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EE0FE

Black with #4EE0FE

Text Example


Text Example

White with #4EE0FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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