Html Css Color HEX #4EDCFE Turquoise Blue

📋 copy color: '#4EDCFE'

red 78 ◦ green 220 ◦ blue 254

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

Shades of Turquoise Blue #4EDCFE

Tints of Turquoise Blue #4EDCFE

RGB

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

 GREEN value IS 220 (86.33% from 255) = 39.86%

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

R = 14.13%
G = 39.86%
B = 46.01%

CMYK

 C value IS 0.69

 M value IS 0.13

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#4EDCFE (or 0x4EDCFE) is known color: Turquoise Blue. HEX triplet: 4E, DC and FE. RGB value is (78,220,254). Sum of RGB (Red+Green+Blue) = 78+220+254=552 (73% of max value = 765). Red value is 78 (30.86% from 255 or 14.13% from 552); Green value is 220 (86.33% from 255 or 39.86% from 552); Blue value is 254 (99.61% from 255 or 46.01% from 552); Max value from RGB is 254 - color contains mainly: blue. Hex color #4EDCFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4EDCFE is #B12301. Grayscale: #B5B5B5. Windows color (decimal): -11608834 or 16702542. OLE color: 16702542.

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

Color convert

RGB 78 220 254 -
CMYK 0.69 0.13 0 0.00
HSL 191.59º 0.99% 0.65% -
HSV(B) 191.59º 0.69% 1% -
XYZ 46.62 59.96 102.88 -
YUV 181.42 168.96 54.24 -
System Red Green Blue C M Y K H S L
Decimal 78 220 254 0.69 0.13 0 0.00 191.59 0.99 0.65
Hex 4E DC FE 45 D 0 0 C0 63 41
Octal 116 334 376 105 15 0 0 300 143 101
Binary 1001110 11011100 11111110 1000101 1101 0 0 11000000 1100011 1000001

Color Harmonies of #4EDCFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EDCFE

Black with #4EDCFE

Text Example


Text Example

White with #4EDCFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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