Html Css Color HEX #4EDEFD Turquoise Blue

📋 copy color: '#4EDEFD'

red 78 ◦ green 222 ◦ blue 253

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

Shades of Turquoise Blue #4EDEFD

Tints of Turquoise Blue #4EDEFD

RGB

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

 GREEN value IS 222 (87.11% from 255) = 40.14%

 BLUE value IS 253 (99.22% from 255) = 45.75%

R = 14.1%
G = 40.14%
B = 45.75%

CMYK

 C value IS 0.69

 M value IS 0.12

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#4EDEFD (or 0x4EDEFD) is known color: Turquoise Blue. HEX triplet: 4E, DE and FD. RGB value is (78,222,253). Sum of RGB (Red+Green+Blue) = 78+222+253=553 (73% of max value = 765). Red value is 78 (30.86% from 255 or 14.10% from 553); Green value is 222 (87.11% from 255 or 40.14% from 553); Blue value is 253 (99.22% from 255 or 45.75% from 553); Max value from RGB is 253 - color contains mainly: blue. Hex color #4EDEFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4EDEFD is #B12102. Grayscale: #B6B6B6. Windows color (decimal): -11608323 or 16637518. OLE color: 16637518.

HSL color Cylindrical-coordinate representation of color #4EDEFD: hue angle of 190.63º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4EDEFD is Cyan = 0.69, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 78 222 253 -
CMYK 0.69 0.12 0 0.01
HSL 190.63º 0.98% 0.65% -
HSV(B) 190.63º 0.69% 0.99% -
XYZ 46.99 60.95 102.22 -
YUV 182.48 167.79 53.48 -
System Red Green Blue C M Y K H S L
Decimal 78 222 253 0.69 0.12 0 0.01 190.63 0.98 0.65
Hex 4E DE FD 45 C 0 1 BF 62 41
Octal 116 336 375 105 14 0 1 277 142 101
Binary 1001110 11011110 11111101 1000101 1100 0 1 10111111 1100010 1000001

Color Harmonies of #4EDEFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EDEFD

Black with #4EDEFD

Text Example


Text Example

White with #4EDEFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,222,253); }

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

background-color css

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

 a { background-color: rgb(78,222,253); }

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

border-color css

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

 span { border-color: rgb(78,222,253); }

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