Html Css Color HEX #4EE4FE Turquoise Blue

📋 copy color: '#4EE4FE'

red 78 ◦ green 228 ◦ blue 254

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

Shades of Turquoise Blue #4EE4FE

Tints of Turquoise Blue #4EE4FE

RGB

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

 GREEN value IS 228 (89.45% from 255) = 40.71%

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

R = 13.93%
G = 40.71%
B = 45.36%

CMYK

 C value IS 0.69

 M value IS 0.10

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#4EE4FE (or 0x4EE4FE) is known color: Turquoise Blue. HEX triplet: 4E, E4 and FE. RGB value is (78,228,254). Sum of RGB (Red+Green+Blue) = 78+228+254=560 (74% of max value = 765). Red value is 78 (30.86% from 255 or 13.93% from 560); Green value is 228 (89.45% from 255 or 40.71% from 560); Blue value is 254 (99.61% from 255 or 45.36% from 560); Max value from RGB is 254 - color contains mainly: blue. Hex color #4EE4FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4EE4FE is #B11B01. Grayscale: #B9B9B9. Windows color (decimal): -11606786 or 16704590. OLE color: 16704590.

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

Color convert

RGB 78 228 254 -
CMYK 0.69 0.10 0 0.00
HSL 188.86º 0.99% 0.65% -
HSV(B) 188.86º 0.69% 1% -
XYZ 48.77 64.26 103.6 -
YUV 186.11 166.31 50.89 -
System Red Green Blue C M Y K H S L
Decimal 78 228 254 0.69 0.10 0 0.00 188.86 0.99 0.65
Hex 4E E4 FE 45 A 0 0 BD 63 41
Octal 116 344 376 105 12 0 0 275 143 101
Binary 1001110 11100100 11111110 1000101 1010 0 0 10111101 1100011 1000001

Color Harmonies of #4EE4FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EE4FE

Black with #4EE4FE

Text Example


Text Example

White with #4EE4FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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