Html Css Color HEX #0EDCEF Bright Turquoise

📋 copy color: '#0EDCEF'

red 14 ◦ green 220 ◦ blue 239

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

Shades of Bright Turquoise #0EDCEF

Tints of Bright Turquoise #0EDCEF

RGB

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

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

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

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

CMYK

 C value IS 0.94

 M value IS 0.08

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#0EDCEF (or 0x0EDCEF) is known color: Bright Turquoise. HEX triplet: 0E, DC and EF. RGB value is (14,220,239). Sum of RGB (Red+Green+Blue) = 14+220+239=473 (62% of max value = 765). Red value is 14 (5.86% from 255 or 2.96% from 473); Green value is 220 (86.33% from 255 or 46.51% from 473); Blue value is 239 (93.75% from 255 or 50.53% from 473); Max value from RGB is 239 - color contains mainly: blue. Hex color #0EDCEF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0EDCEF is #F12310. Grayscale: #A0A0A0. Windows color (decimal): -15803153 or 15719438. OLE color: 15719438.

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

Color convert

RGB 14 220 239 -
CMYK 0.94 0.08 0 0.06
HSL 185.07º 0.89% 0.5% -
HSV(B) 185.07º 0.94% 0.94% -
XYZ 41.35 57.51 90.58 -
YUV 160.57 172.25 23.46 -
System Red Green Blue C M Y K H S L
Decimal 14 220 239 0.94 0.08 0 0.06 185.07 0.89 0.5
Hex E DC EF 5E 8 0 6 B9 59 32
Octal 16 334 357 136 10 0 6 271 131 62
Binary 1110 11011100 11101111 1011110 1000 0 110 10111001 1011001 110010

Color Harmonies of #0EDCEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EDCEF

Black with #0EDCEF

Text Example


Text Example

White with #0EDCEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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