Html Css Color HEX #0EFEDC Bright Turquoise

📋 copy color: '#0EFEDC'

red 14 ◦ green 254 ◦ blue 220

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

Shades of Bright Turquoise #0EFEDC

Tints of Bright Turquoise #0EFEDC

RGB

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

 GREEN value IS 254 (99.61% from 255) = 52.05%

 BLUE value IS 220 (86.33% from 255) = 45.08%

R = 2.87%
G = 52.05%
B = 45.08%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.13

 K value IS 0.00

RGB Variations

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

Color information

#0EFEDC (or 0x0EFEDC) is known color: Bright Turquoise. HEX triplet: 0E, FE and DC. RGB value is (14,254,220). Sum of RGB (Red+Green+Blue) = 14+254+220=488 (64% of max value = 765). Red value is 14 (5.86% from 255 or 2.87% from 488); Green value is 254 (99.61% from 255 or 52.05% from 488); Blue value is 220 (86.33% from 255 or 45.08% from 488); Max value from RGB is 254 - color contains mainly: green. Hex color #0EFEDC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0EFEDC is #F10123. Grayscale: #B2B2B2. Windows color (decimal): -15794468 or 14482958. OLE color: 14482958.

HSL color Cylindrical-coordinate representation of color #0EFEDC: hue angle of 171.5º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EFEDC is Cyan = 0.94, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.

Color convert

RGB 14 254 220 -
CMYK 0.94 0 0.13 0.00
HSL 171.5º 0.99% 0.53% -
HSV(B) 171.5º 0.94% 1% -
XYZ 48.54 76.14 79.85 -
YUV 178.36 151.49 10.76 -
System Red Green Blue C M Y K H S L
Decimal 14 254 220 0.94 0 0.13 0.00 171.5 0.99 0.53
Hex E FE DC 5E 0 D 0 AC 63 35
Octal 16 376 334 136 0 15 0 254 143 65
Binary 1110 11111110 11011100 1011110 0 1101 0 10101100 1100011 110101

Color Harmonies of #0EFEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EFEDC

Black with #0EFEDC

Text Example


Text Example

White with #0EFEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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