Html Css Color HEX #0EEFDC Bright Turquoise

📋 copy color: '#0EEFDC'

red 14 ◦ green 239 ◦ blue 220

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

Shades of Bright Turquoise #0EEFDC

Tints of Bright Turquoise #0EEFDC

RGB

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

 GREEN value IS 239 (93.75% from 255) = 50.53%

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

R = 2.96%
G = 50.53%
B = 46.51%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#0EEFDC (or 0x0EEFDC) is known color: Bright Turquoise. HEX triplet: 0E, EF and DC. RGB value is (14,239,220). Sum of RGB (Red+Green+Blue) = 14+239+220=473 (62% of max value = 765). Red value is 14 (5.86% from 255 or 2.96% from 473); Green value is 239 (93.75% from 255 or 50.53% from 473); Blue value is 220 (86.33% from 255 or 46.51% from 473); Max value from RGB is 239 - color contains mainly: green. Hex color #0EEFDC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0EEFDC is #F11023. Grayscale: #A9A9A9. Windows color (decimal): -15798308 or 14479118. OLE color: 14479118.

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

Color convert

RGB 14 239 220 -
CMYK 0.94 0 0.08 0.06
HSL 174.93º 0.89% 0.5% -
HSV(B) 174.93º 0.94% 0.94% -
XYZ 43.97 66.99 78.32 -
YUV 169.56 156.46 17.04 -
System Red Green Blue C M Y K H S L
Decimal 14 239 220 0.94 0 0.08 0.06 174.93 0.89 0.5
Hex E EF DC 5E 0 8 6 AF 59 32
Octal 16 357 334 136 0 10 6 257 131 62
Binary 1110 11101111 11011100 1011110 0 1000 110 10101111 1011001 110010

Color Harmonies of #0EEFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EEFDC

Black with #0EEFDC

Text Example


Text Example

White with #0EEFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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