Html Css Color HEX #0EDEEC Bright Turquoise

📋 copy color: '#0EDEEC'

red 14 ◦ green 222 ◦ blue 236

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

Shades of Bright Turquoise #0EDEEC

Tints of Bright Turquoise #0EDEEC

RGB

 RED value IS 14 (5.86% from 255) = 2.97%

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

 BLUE value IS 236 (92.58% from 255) = 50%

R = 2.97%
G = 47.03%
B = 50%

CMYK

 C value IS 0.94

 M value IS 0.06

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0EDEEC (or 0x0EDEEC) is known color: Bright Turquoise. HEX triplet: 0E, DE and EC. RGB value is (14,222,236). Sum of RGB (Red+Green+Blue) = 14+222+236=472 (62% of max value = 765). Red value is 14 (5.86% from 255 or 2.97% from 472); Green value is 222 (87.11% from 255 or 47.03% from 472); Blue value is 236 (92.58% from 255 or 50% from 472); Max value from RGB is 236 - color contains mainly: blue. Hex color #0EDEEC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0EDEEC is #F12113. Grayscale: #A1A1A1. Windows color (decimal): -15802644 or 15523342. OLE color: 15523342.

HSL color Cylindrical-coordinate representation of color #0EDEEC: hue angle of 183.78º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EDEEC is Cyan = 0.94, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 14 222 236 -
CMYK 0.94 0.06 0 0.07
HSL 183.78º 0.89% 0.49% -
HSV(B) 183.78º 0.94% 0.93% -
XYZ 41.44 58.39 88.44 -
YUV 161.4 170.09 22.86 -
System Red Green Blue C M Y K H S L
Decimal 14 222 236 0.94 0.06 0 0.07 183.78 0.89 0.49
Hex E DE EC 5E 6 0 7 B8 59 31
Octal 16 336 354 136 6 0 7 270 131 61
Binary 1110 11011110 11101100 1011110 110 0 111 10111000 1011001 110001

Color Harmonies of #0EDEEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EDEEC

Black with #0EDEEC

Text Example


Text Example

White with #0EDEEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0EDEEC; }

 p { color: rgb(14,222,236); }

 H1.HeaderClassName
 {
   color: #0EDEEC;
 }
 .AnyTagClassName
 {
   color: #0EDEEC;
 }
</style>

background-color css

<style>
 a { background-color: #0EDEEC; }

 a { background-color: rgb(14,222,236); }

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

border-color css

<style>
 span { border-color: #0EDEEC; }

 span { border-color: rgb(14,222,236); }

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