Html Css Color HEX #4EE4FF Turquoise Blue

📋 copy color: '#4EE4FF'

red 78 ◦ green 228 ◦ blue 255

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

Shades of Turquoise Blue #4EE4FF

Tints of Turquoise Blue #4EE4FF

RGB

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

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

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

R = 13.9%
G = 40.64%
B = 45.45%

CMYK

 C value IS 0.69

 M value IS 0.11

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#4EE4FF (or 0x4EE4FF) is known color: Turquoise Blue. HEX triplet: 4E, E4 and FF. RGB value is (78,228,255). Sum of RGB (Red+Green+Blue) = 78+228+255=561 (74% of max value = 765). Red value is 78 (30.86% from 255 or 13.90% from 561); Green value is 228 (89.45% from 255 or 40.64% from 561); Blue value is 255 (100% from 255 or 45.45% from 561); Max value from RGB is 255 - color contains mainly: blue. Hex color #4EE4FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4EE4FF is #B11B00. Grayscale: #B9B9B9. Windows color (decimal): -11606785 or 16770126. OLE color: 16770126.

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

Color convert

RGB 78 228 255 -
CMYK 0.69 0.11 0 0
HSL 189.15º 1% 0.65% -
HSV(B) 189.15º 0.69% 1% -
XYZ 48.94 64.33 104.44 -
YUV 186.23 166.81 50.8 -
System Red Green Blue C M Y K H S L
Decimal 78 228 255 0.69 0.11 0 0 189.15 1 0.65
Hex 4E E4 FF 45 B 0 0 BD 64 41
Octal 116 344 377 105 13 0 0 275 144 101
Binary 1001110 11100100 11111111 1000101 1011 0 0 10111101 1100100 1000001

Color Harmonies of #4EE4FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EE4FF

Black with #4EE4FF

Text Example


Text Example

White with #4EE4FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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