Html Css Color HEX #4EE0FF Turquoise Blue

📋 copy color: '#4EE0FF'

red 78 ◦ green 224 ◦ blue 255

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

Shades of Turquoise Blue #4EE0FF

Tints of Turquoise Blue #4EE0FF

RGB

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

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

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

R = 14%
G = 40.22%
B = 45.78%

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

#4EE0FF (or 0x4EE0FF) is known color: Turquoise Blue. HEX triplet: 4E, E0 and FF. RGB value is (78,224,255). Sum of RGB (Red+Green+Blue) = 78+224+255=557 (73% of max value = 765). Red value is 78 (30.86% from 255 or 14.00% from 557); Green value is 224 (87.89% from 255 or 40.22% from 557); Blue value is 255 (100% from 255 or 45.78% from 557); Max value from RGB is 255 - color contains mainly: blue. Hex color #4EE0FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4EE0FF is #B11F00. Grayscale: #B7B7B7. Windows color (decimal): -11607809 or 16769102. OLE color: 16769102.

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

Color convert

RGB 78 224 255 -
CMYK 0.69 0.12 0 0
HSL 190.51º 1% 0.65% -
HSV(B) 190.51º 0.69% 1% -
XYZ 47.85 62.15 104.08 -
YUV 183.88 168.13 52.48 -
System Red Green Blue C M Y K H S L
Decimal 78 224 255 0.69 0.12 0 0 190.51 1 0.65
Hex 4E E0 FF 45 C 0 0 BF 64 41
Octal 116 340 377 105 14 0 0 277 144 101
Binary 1001110 11100000 11111111 1000101 1100 0 0 10111111 1100100 1000001

Color Harmonies of #4EE0FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EE0FF

Black with #4EE0FF

Text Example


Text Example

White with #4EE0FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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