Html Css Color HEX #0EFEDD Bright Turquoise

📋 copy color: '#0EFEDD'

red 14 ◦ green 254 ◦ blue 221

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

Shades of Bright Turquoise #0EFEDD

Tints of Bright Turquoise #0EFEDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 45.19%

R = 2.86%
G = 51.94%
B = 45.19%

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

#0EFEDD (or 0x0EFEDD) is known color: Bright Turquoise. HEX triplet: 0E, FE and DD. RGB value is (14,254,221). Sum of RGB (Red+Green+Blue) = 14+254+221=489 (64% of max value = 765). Red value is 14 (5.86% from 255 or 2.86% from 489); Green value is 254 (99.61% from 255 or 51.94% from 489); Blue value is 221 (86.72% from 255 or 45.19% from 489); Max value from RGB is 254 - color contains mainly: green. Hex color #0EFEDD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0EFEDD is #F10122. Grayscale: #B2B2B2. Windows color (decimal): -15794467 or 14548494. OLE color: 14548494.

HSL color Cylindrical-coordinate representation of color #0EFEDD: hue angle of 171.75º 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 #0EFEDD is Cyan = 0.94, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.

Color convert

RGB 14 254 221 -
CMYK 0.94 0 0.13 0.00
HSL 171.75º 0.99% 0.53% -
HSV(B) 171.75º 0.94% 1% -
XYZ 48.67 76.2 80.55 -
YUV 178.48 151.99 10.68 -
System Red Green Blue C M Y K H S L
Decimal 14 254 221 0.94 0 0.13 0.00 171.75 0.99 0.53
Hex E FE DD 5E 0 D 0 AC 63 35
Octal 16 376 335 136 0 15 0 254 143 65
Binary 1110 11111110 11011101 1011110 0 1101 0 10101100 1100011 110101

Color Harmonies of #0EFEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EFEDD

Black with #0EFEDD

Text Example


Text Example

White with #0EFEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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