Html Css Color HEX #0ED5EA Bright Turquoise

📋 copy color: '#0ED5EA'

red 14 ◦ green 213 ◦ blue 234

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

Shades of Bright Turquoise #0ED5EA

Tints of Bright Turquoise #0ED5EA

RGB

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

 GREEN value IS 213 (83.59% from 255) = 46.2%

 BLUE value IS 234 (91.8% from 255) = 50.76%

R = 3.04%
G = 46.2%
B = 50.76%

CMYK

 C value IS 0.94

 M value IS 0.09

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0ED5EA (or 0x0ED5EA) is known color: Bright Turquoise. HEX triplet: 0E, D5 and EA. RGB value is (14,213,234). Sum of RGB (Red+Green+Blue) = 14+213+234=461 (61% of max value = 765). Red value is 14 (5.86% from 255 or 3.04% from 461); Green value is 213 (83.59% from 255 or 46.20% from 461); Blue value is 234 (91.80% from 255 or 50.76% from 461); Max value from RGB is 234 - color contains mainly: blue. Hex color #0ED5EA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0ED5EA is #F12A15. Grayscale: #9B9B9B. Windows color (decimal): -15804950 or 15389966. OLE color: 15389966.

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

Color convert

RGB 14 213 234 -
CMYK 0.94 0.09 0 0.08
HSL 185.73º 0.89% 0.49% -
HSV(B) 185.73º 0.94% 0.92% -
XYZ 38.83 53.62 86.15 -
YUV 155.89 172.07 26.79 -
System Red Green Blue C M Y K H S L
Decimal 14 213 234 0.94 0.09 0 0.08 185.73 0.89 0.49
Hex E D5 EA 5E 9 0 8 BA 59 31
Octal 16 325 352 136 11 0 10 272 131 61
Binary 1110 11010101 11101010 1011110 1001 0 1000 10111010 1011001 110001

Color Harmonies of #0ED5EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ED5EA

Black with #0ED5EA

Text Example


Text Example

White with #0ED5EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,213,234); }

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

background-color css

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

 a { background-color: rgb(14,213,234); }

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

border-color css

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

 span { border-color: rgb(14,213,234); }

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