Html Css Color HEX #4ED2EB Turquoise Blue

📋 copy color: '#4ED2EB'

red 78 ◦ green 210 ◦ blue 235

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

Shades of Turquoise Blue #4ED2EB

Tints of Turquoise Blue #4ED2EB

RGB

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

 GREEN value IS 210 (82.42% from 255) = 40.15%

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

R = 14.91%
G = 40.15%
B = 44.93%

CMYK

 C value IS 0.67

 M value IS 0.11

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#4ED2EB (or 0x4ED2EB) is known color: Turquoise Blue. HEX triplet: 4E, D2 and EB. RGB value is (78,210,235). Sum of RGB (Red+Green+Blue) = 78+210+235=523 (69% of max value = 765). Red value is 78 (30.86% from 255 or 14.91% from 523); Green value is 210 (82.42% from 255 or 40.15% from 523); Blue value is 235 (92.19% from 255 or 44.93% from 523); Max value from RGB is 235 - color contains mainly: blue. Hex color #4ED2EB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4ED2EB is #B12D14. Grayscale: #ADADAD. Windows color (decimal): -11611413 or 15454798. OLE color: 15454798.

HSL color Cylindrical-coordinate representation of color #4ED2EB: hue angle of 189.55º 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 #4ED2EB is Cyan = 0.67, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 78 210 235 -
CMYK 0.67 0.11 0 0.08
HSL 189.55º 0.8% 0.61% -
HSV(B) 189.55º 0.67% 0.92% -
XYZ 41.18 53.71 86.79 -
YUV 173.38 162.77 59.97 -
System Red Green Blue C M Y K H S L
Decimal 78 210 235 0.67 0.11 0 0.08 189.55 0.8 0.61
Hex 4E D2 EB 43 B 0 8 BE 50 3D
Octal 116 322 353 103 13 0 10 276 120 75
Binary 1001110 11010010 11101011 1000011 1011 0 1000 10111110 1010000 111101

Color Harmonies of #4ED2EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ED2EB

Black with #4ED2EB

Text Example


Text Example

White with #4ED2EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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