Html Css Color HEX #4EECF8 Turquoise Blue

📋 copy color: '#4EECF8'

red 78 ◦ green 236 ◦ blue 248

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

Shades of Turquoise Blue #4EECF8

Tints of Turquoise Blue #4EECF8

RGB

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

 GREEN value IS 236 (92.58% from 255) = 41.99%

 BLUE value IS 248 (97.27% from 255) = 44.13%

R = 13.88%
G = 41.99%
B = 44.13%

CMYK

 C value IS 0.69

 M value IS 0.05

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#4EECF8 (or 0x4EECF8) is known color: Turquoise Blue. HEX triplet: 4E, EC and F8. RGB value is (78,236,248). Sum of RGB (Red+Green+Blue) = 78+236+248=562 (74% of max value = 765). Red value is 78 (30.86% from 255 or 13.88% from 562); Green value is 236 (92.58% from 255 or 41.99% from 562); Blue value is 248 (97.27% from 255 or 44.13% from 562); Max value from RGB is 248 - color contains mainly: blue. Hex color #4EECF8 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4EECF8 is #B11307. Grayscale: #BDBDBD. Windows color (decimal): -11604744 or 16313422. OLE color: 16313422.

HSL color Cylindrical-coordinate representation of color #4EECF8: hue angle of 184.24º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4EECF8 is Cyan = 0.69, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 78 236 248 -
CMYK 0.69 0.05 0 0.03
HSL 184.24º 0.92% 0.64% -
HSV(B) 184.24º 0.69% 0.97% -
XYZ 50.08 68.39 99.37 -
YUV 190.13 160.65 48.02 -
System Red Green Blue C M Y K H S L
Decimal 78 236 248 0.69 0.05 0 0.03 184.24 0.92 0.64
Hex 4E EC F8 45 5 0 3 B8 5C 40
Octal 116 354 370 105 5 0 3 270 134 100
Binary 1001110 11101100 11111000 1000101 101 0 11 10111000 1011100 1000000

Color Harmonies of #4EECF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EECF8

Black with #4EECF8

Text Example


Text Example

White with #4EECF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,236,248); }

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

background-color css

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

 a { background-color: rgb(78,236,248); }

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

border-color css

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

 span { border-color: rgb(78,236,248); }

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