Html Css Color HEX #4ED3EB Turquoise Blue

📋 copy color: '#4ED3EB'

red 78 ◦ green 211 ◦ blue 235

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

Shades of Turquoise Blue #4ED3EB

Tints of Turquoise Blue #4ED3EB

RGB

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

 GREEN value IS 211 (82.81% from 255) = 40.27%

 BLUE value IS 235 (92.19% from 255) = 44.85%

R = 14.89%
G = 40.27%
B = 44.85%

CMYK

 C value IS 0.67

 M value IS 0.10

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#4ED3EB (or 0x4ED3EB) is known color: Turquoise Blue. HEX triplet: 4E, D3 and EB. RGB value is (78,211,235). Sum of RGB (Red+Green+Blue) = 78+211+235=524 (69% of max value = 765). Red value is 78 (30.86% from 255 or 14.89% from 524); Green value is 211 (82.81% from 255 or 40.27% from 524); Blue value is 235 (92.19% from 255 or 44.85% from 524); Max value from RGB is 235 - color contains mainly: blue. Hex color #4ED3EB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4ED3EB is #B12C14. Grayscale: #ADADAD. Windows color (decimal): -11611157 or 15455054. OLE color: 15455054.

HSL color Cylindrical-coordinate representation of color #4ED3EB: hue angle of 189.17º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4ED3EB is Cyan = 0.67, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 78 211 235 -
CMYK 0.67 0.10 0 0.08
HSL 189.17º 0.8% 0.61% -
HSV(B) 189.17º 0.67% 0.92% -
XYZ 41.43 54.21 86.88 -
YUV 173.97 162.44 59.55 -
System Red Green Blue C M Y K H S L
Decimal 78 211 235 0.67 0.10 0 0.08 189.17 0.8 0.61
Hex 4E D3 EB 43 A 0 8 BD 50 3D
Octal 116 323 353 103 12 0 10 275 120 75
Binary 1001110 11010011 11101011 1000011 1010 0 1000 10111101 1010000 111101

Color Harmonies of #4ED3EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ED3EB

Black with #4ED3EB

Text Example


Text Example

White with #4ED3EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,211,235); }

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

background-color css

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

 a { background-color: rgb(78,211,235); }

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

border-color css

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

 span { border-color: rgb(78,211,235); }

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