Html Css Color HEX #0EDCE0 Bright Turquoise

📋 copy color: '#0EDCE0'

red 14 ◦ green 220 ◦ blue 224

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

Shades of Bright Turquoise #0EDCE0

Tints of Bright Turquoise #0EDCE0

RGB

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

 GREEN value IS 220 (86.33% from 255) = 48.03%

 BLUE value IS 224 (87.89% from 255) = 48.91%

R = 3.06%
G = 48.03%
B = 48.91%

CMYK

 C value IS 0.94

 M value IS 0.02

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#0EDCE0 (or 0x0EDCE0) is known color: Bright Turquoise. HEX triplet: 0E, DC and E0. RGB value is (14,220,224). Sum of RGB (Red+Green+Blue) = 14+220+224=458 (60% of max value = 765). Red value is 14 (5.86% from 255 or 3.06% from 458); Green value is 220 (86.33% from 255 or 48.03% from 458); Blue value is 224 (87.89% from 255 or 48.91% from 458); Max value from RGB is 224 - color contains mainly: blue. Hex color #0EDCE0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0EDCE0 is #F1231F. Grayscale: #9E9E9E. Windows color (decimal): -15803168 or 14736398. OLE color: 14736398.

HSL color Cylindrical-coordinate representation of color #0EDCE0: hue angle of 181.14º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EDCE0 is Cyan = 0.94, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 14 220 224 -
CMYK 0.94 0.02 0 0.12
HSL 181.14º 0.88% 0.47% -
HSV(B) 181.14º 0.94% 0.88% -
XYZ 39.23 56.66 79.39 -
YUV 158.86 164.75 24.67 -
System Red Green Blue C M Y K H S L
Decimal 14 220 224 0.94 0.02 0 0.12 181.14 0.88 0.47
Hex E DC E0 5E 2 0 C B5 58 2F
Octal 16 334 340 136 2 0 14 265 130 57
Binary 1110 11011100 11100000 1011110 10 0 1100 10110101 1011000 101111

Color Harmonies of #0EDCE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EDCE0

Black with #0EDCE0

Text Example


Text Example

White with #0EDCE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,220,224); }

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

background-color css

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

 a { background-color: rgb(14,220,224); }

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

border-color css

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

 span { border-color: rgb(14,220,224); }

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