Html Css Color HEX #0EDBEB Bright Turquoise

📋 copy color: '#0EDBEB'

red 14 ◦ green 219 ◦ blue 235

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

Shades of Bright Turquoise #0EDBEB

Tints of Bright Turquoise #0EDBEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 50.21%

R = 2.99%
G = 46.79%
B = 50.21%

CMYK

 C value IS 0.94

 M value IS 0.07

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0EDBEB (or 0x0EDBEB) is known color: Bright Turquoise. HEX triplet: 0E, DB and EB. RGB value is (14,219,235). Sum of RGB (Red+Green+Blue) = 14+219+235=468 (61% of max value = 765). Red value is 14 (5.86% from 255 or 2.99% from 468); Green value is 219 (85.94% from 255 or 46.79% from 468); Blue value is 235 (92.19% from 255 or 50.21% from 468); Max value from RGB is 235 - color contains mainly: blue. Hex color #0EDBEB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0EDBEB is #F12414. Grayscale: #9F9F9F. Windows color (decimal): -15803413 or 15457038. OLE color: 15457038.

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

Color convert

RGB 14 219 235 -
CMYK 0.94 0.07 0 0.08
HSL 184.34º 0.89% 0.49% -
HSV(B) 184.34º 0.94% 0.92% -
XYZ 40.51 56.75 87.42 -
YUV 159.53 170.58 24.2 -
System Red Green Blue C M Y K H S L
Decimal 14 219 235 0.94 0.07 0 0.08 184.34 0.89 0.49
Hex E DB EB 5E 7 0 8 B8 59 31
Octal 16 333 353 136 7 0 10 270 131 61
Binary 1110 11011011 11101011 1011110 111 0 1000 10111000 1011001 110001

Color Harmonies of #0EDBEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EDBEB

Black with #0EDBEB

Text Example


Text Example

White with #0EDBEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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