Html Css Color HEX #4EDBFD Turquoise Blue

📋 copy color: '#4EDBFD'

red 78 ◦ green 219 ◦ blue 253

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

Shades of Turquoise Blue #4EDBFD

Tints of Turquoise Blue #4EDBFD

RGB

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

 GREEN value IS 219 (85.94% from 255) = 39.82%

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

R = 14.18%
G = 39.82%
B = 46%

CMYK

 C value IS 0.69

 M value IS 0.13

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#4EDBFD (or 0x4EDBFD) is known color: Turquoise Blue. HEX triplet: 4E, DB and FD. RGB value is (78,219,253). Sum of RGB (Red+Green+Blue) = 78+219+253=550 (72% of max value = 765). Red value is 78 (30.86% from 255 or 14.18% from 550); Green value is 219 (85.94% from 255 or 39.82% from 550); Blue value is 253 (99.22% from 255 or 46% from 550); Max value from RGB is 253 - color contains mainly: blue. Hex color #4EDBFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4EDBFD is #B12402. Grayscale: #B4B4B4. Windows color (decimal): -11609091 or 16636750. OLE color: 16636750.

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

Color convert

RGB 78 219 253 -
CMYK 0.69 0.13 0 0.01
HSL 191.66º 0.98% 0.65% -
HSV(B) 191.66º 0.69% 0.99% -
XYZ 46.2 59.37 101.95 -
YUV 180.72 168.79 54.74 -
System Red Green Blue C M Y K H S L
Decimal 78 219 253 0.69 0.13 0 0.01 191.66 0.98 0.65
Hex 4E DB FD 45 D 0 1 C0 62 41
Octal 116 333 375 105 15 0 1 300 142 101
Binary 1001110 11011011 11111101 1000101 1101 0 1 11000000 1100010 1000001

Color Harmonies of #4EDBFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EDBFD

Black with #4EDBFD

Text Example


Text Example

White with #4EDBFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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