Html Css Color HEX #0EDBDA Bright Turquoise

📋 copy color: '#0EDBDA'

red 14 ◦ green 219 ◦ blue 218

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

Shades of Bright Turquoise #0EDBDA

Tints of Bright Turquoise #0EDBDA

RGB

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

 GREEN value IS 219 (85.94% from 255) = 48.56%

 BLUE value IS 218 (85.55% from 255) = 48.34%

R = 3.1%
G = 48.56%
B = 48.34%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.00

 K value IS 0.14

RGB Variations

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

Color information

#0EDBDA (or 0x0EDBDA) is known color: Bright Turquoise. HEX triplet: 0E, DB and DA. RGB value is (14,219,218). Sum of RGB (Red+Green+Blue) = 14+219+218=451 (59% of max value = 765). Red value is 14 (5.86% from 255 or 3.10% from 451); Green value is 219 (85.94% from 255 or 48.56% from 451); Blue value is 218 (85.55% from 255 or 48.34% from 451); Max value from RGB is 219 - color contains mainly: green. Hex color #0EDBDA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0EDBDA is #F12425. Grayscale: #9D9D9D. Windows color (decimal): -15803430 or 14342926. OLE color: 14342926.

HSL color Cylindrical-coordinate representation of color #0EDBDA: hue angle of 179.71º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EDBDA is Cyan = 0.94, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.14.

Color convert

RGB 14 219 218 -
CMYK 0.94 0 0.00 0.14
HSL 179.71º 0.88% 0.46% -
HSV(B) 179.71º 0.94% 0.86% -
XYZ 38.17 55.82 75.09 -
YUV 157.59 162.08 25.58 -
System Red Green Blue C M Y K H S L
Decimal 14 219 218 0.94 0 0.00 0.14 179.71 0.88 0.46
Hex E DB DA 5E 0 0 E B4 58 2E
Octal 16 333 332 136 0 0 16 264 130 56
Binary 1110 11011011 11011010 1011110 0 0 1110 10110100 1011000 101110

Color Harmonies of #0EDBDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EDBDA

Black with #0EDBDA

Text Example


Text Example

White with #0EDBDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,219,218); }

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

background-color css

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

 a { background-color: rgb(14,219,218); }

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

border-color css

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

 span { border-color: rgb(14,219,218); }

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