Html Css Color HEX #4ED8ED Turquoise Blue

📋 copy color: '#4ED8ED'

red 78 ◦ green 216 ◦ blue 237

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

Shades of Turquoise Blue #4ED8ED

Tints of Turquoise Blue #4ED8ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 44.63%

R = 14.69%
G = 40.68%
B = 44.63%

CMYK

 C value IS 0.67

 M value IS 0.09

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#4ED8ED (or 0x4ED8ED) is known color: Turquoise Blue. HEX triplet: 4E, D8 and ED. RGB value is (78,216,237). Sum of RGB (Red+Green+Blue) = 78+216+237=531 (70% of max value = 765). Red value is 78 (30.86% from 255 or 14.69% from 531); Green value is 216 (84.77% from 255 or 40.68% from 531); Blue value is 237 (92.97% from 255 or 44.63% from 531); Max value from RGB is 237 - color contains mainly: blue. Hex color #4ED8ED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4ED8ED is #B12712. Grayscale: #B0B0B0. Windows color (decimal): -11609875 or 15587406. OLE color: 15587406.

HSL color Cylindrical-coordinate representation of color #4ED8ED: hue angle of 187.92º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4ED8ED is Cyan = 0.67, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 78 216 237 -
CMYK 0.67 0.09 0 0.07
HSL 187.92º 0.82% 0.62% -
HSV(B) 187.92º 0.67% 0.93% -
XYZ 42.98 56.85 88.83 -
YUV 177.13 161.78 57.29 -
System Red Green Blue C M Y K H S L
Decimal 78 216 237 0.67 0.09 0 0.07 187.92 0.82 0.62
Hex 4E D8 ED 43 9 0 7 BC 52 3E
Octal 116 330 355 103 11 0 7 274 122 76
Binary 1001110 11011000 11101101 1000011 1001 0 111 10111100 1010010 111110

Color Harmonies of #4ED8ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ED8ED

Black with #4ED8ED

Text Example


Text Example

White with #4ED8ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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