Html Css Color HEX #4EDEEA Turquoise Blue

📋 copy color: '#4EDEEA'

red 78 ◦ green 222 ◦ blue 234

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

Shades of Turquoise Blue #4EDEEA

Tints of Turquoise Blue #4EDEEA

RGB

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

 GREEN value IS 222 (87.11% from 255) = 41.57%

 BLUE value IS 234 (91.8% from 255) = 43.82%

R = 14.61%
G = 41.57%
B = 43.82%

CMYK

 C value IS 0.67

 M value IS 0.05

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#4EDEEA (or 0x4EDEEA) is known color: Turquoise Blue. HEX triplet: 4E, DE and EA. RGB value is (78,222,234). Sum of RGB (Red+Green+Blue) = 78+222+234=534 (70% of max value = 765). Red value is 78 (30.86% from 255 or 14.61% from 534); Green value is 222 (87.11% from 255 or 41.57% from 534); Blue value is 234 (91.80% from 255 or 43.82% from 534); Max value from RGB is 234 - color contains mainly: blue. Hex color #4EDEEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4EDEEA is #B12115. Grayscale: #B4B4B4. Windows color (decimal): -11608342 or 15392334. OLE color: 15392334.

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

Color convert

RGB 78 222 234 -
CMYK 0.67 0.05 0 0.08
HSL 184.62º 0.79% 0.61% -
HSV(B) 184.62º 0.67% 0.92% -
XYZ 44.11 59.8 87.06 -
YUV 180.31 158.29 55.02 -
System Red Green Blue C M Y K H S L
Decimal 78 222 234 0.67 0.05 0 0.08 184.62 0.79 0.61
Hex 4E DE EA 43 5 0 8 B9 4F 3D
Octal 116 336 352 103 5 0 10 271 117 75
Binary 1001110 11011110 11101010 1000011 101 0 1000 10111001 1001111 111101

Color Harmonies of #4EDEEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EDEEA

Black with #4EDEEA

Text Example


Text Example

White with #4EDEEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,222,234); }

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

background-color css

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

 a { background-color: rgb(78,222,234); }

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

border-color css

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

 span { border-color: rgb(78,222,234); }

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