Html Css Color HEX #4ED8FD Turquoise Blue

📋 copy color: '#4ED8FD'

red 78 ◦ green 216 ◦ blue 253

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

Shades of Turquoise Blue #4ED8FD

Tints of Turquoise Blue #4ED8FD

RGB

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

 GREEN value IS 216 (84.77% from 255) = 39.49%

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

R = 14.26%
G = 39.49%
B = 46.25%

CMYK

 C value IS 0.69

 M value IS 0.15

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#4ED8FD (or 0x4ED8FD) is known color: Turquoise Blue. HEX triplet: 4E, D8 and FD. RGB value is (78,216,253). Sum of RGB (Red+Green+Blue) = 78+216+253=547 (72% of max value = 765). Red value is 78 (30.86% from 255 or 14.26% from 547); Green value is 216 (84.77% from 255 or 39.49% from 547); Blue value is 253 (99.22% from 255 or 46.25% from 547); Max value from RGB is 253 - color contains mainly: blue. Hex color #4ED8FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4ED8FD is #B12702. Grayscale: #B2B2B2. Windows color (decimal): -11609859 or 16635982. OLE color: 16635982.

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

Color convert

RGB 78 216 253 -
CMYK 0.69 0.15 0 0.01
HSL 192.69º 0.98% 0.65% -
HSV(B) 192.69º 0.69% 0.99% -
XYZ 45.43 57.82 101.7 -
YUV 178.96 169.78 55.99 -
System Red Green Blue C M Y K H S L
Decimal 78 216 253 0.69 0.15 0 0.01 192.69 0.98 0.65
Hex 4E D8 FD 45 F 0 1 C1 62 41
Octal 116 330 375 105 17 0 1 301 142 101
Binary 1001110 11011000 11111101 1000101 1111 0 1 11000001 1100010 1000001

Color Harmonies of #4ED8FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ED8FD

Black with #4ED8FD

Text Example


Text Example

White with #4ED8FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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