Html Css Color HEX #4EDBEE Turquoise Blue

📋 copy color: '#4EDBEE'

red 78 ◦ green 219 ◦ blue 238

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

Shades of Turquoise Blue #4EDBEE

Tints of Turquoise Blue #4EDBEE

RGB

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

 GREEN value IS 219 (85.94% from 255) = 40.93%

 BLUE value IS 238 (93.36% from 255) = 44.49%

R = 14.58%
G = 40.93%
B = 44.49%

CMYK

 C value IS 0.67

 M value IS 0.08

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#4EDBEE (or 0x4EDBEE) is known color: Turquoise Blue. HEX triplet: 4E, DB and EE. RGB value is (78,219,238). Sum of RGB (Red+Green+Blue) = 78+219+238=535 (70% of max value = 765). Red value is 78 (30.86% from 255 or 14.58% from 535); Green value is 219 (85.94% from 255 or 40.93% from 535); Blue value is 238 (93.36% from 255 or 44.49% from 535); Max value from RGB is 238 - color contains mainly: blue. Hex color #4EDBEE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4EDBEE is #B12411. Grayscale: #B2B2B2. Windows color (decimal): -11609106 or 15653710. OLE color: 15653710.

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

Color convert

RGB 78 219 238 -
CMYK 0.67 0.08 0 0.07
HSL 187.13º 0.82% 0.62% -
HSV(B) 187.13º 0.67% 0.93% -
XYZ 43.91 58.46 89.86 -
YUV 179.01 161.29 55.96 -
System Red Green Blue C M Y K H S L
Decimal 78 219 238 0.67 0.08 0 0.07 187.13 0.82 0.62
Hex 4E DB EE 43 8 0 7 BB 52 3E
Octal 116 333 356 103 10 0 7 273 122 76
Binary 1001110 11011011 11101110 1000011 1000 0 111 10111011 1010010 111110

Color Harmonies of #4EDBEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EDBEE

Black with #4EDBEE

Text Example


Text Example

White with #4EDBEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,219,238); }

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

background-color css

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

 a { background-color: rgb(78,219,238); }

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

border-color css

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

 span { border-color: rgb(78,219,238); }

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