Html Css Color HEX #0EDEF9 Bright Turquoise

📋 copy color: '#0EDEF9'

red 14 ◦ green 222 ◦ blue 249

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

Shades of Bright Turquoise #0EDEF9

Tints of Bright Turquoise #0EDEF9

RGB

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

 GREEN value IS 222 (87.11% from 255) = 45.77%

 BLUE value IS 249 (97.66% from 255) = 51.34%

R = 2.89%
G = 45.77%
B = 51.34%

CMYK

 C value IS 0.94

 M value IS 0.11

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0EDEF9 (or 0x0EDEF9) is known color: Bright Turquoise. HEX triplet: 0E, DE and F9. RGB value is (14,222,249). Sum of RGB (Red+Green+Blue) = 14+222+249=485 (64% of max value = 765). Red value is 14 (5.86% from 255 or 2.89% from 485); Green value is 222 (87.11% from 255 or 45.77% from 485); Blue value is 249 (97.66% from 255 or 51.34% from 485); Max value from RGB is 249 - color contains mainly: blue. Hex color #0EDEF9 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0EDEF9 is #F12106. Grayscale: #A2A2A2. Windows color (decimal): -15802631 or 16375310. OLE color: 16375310.

HSL color Cylindrical-coordinate representation of color #0EDEF9: hue angle of 186.89º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EDEF9 is Cyan = 0.94, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 14 222 249 -
CMYK 0.94 0.11 0 0.02
HSL 186.89º 0.95% 0.52% -
HSV(B) 186.89º 0.94% 0.98% -
XYZ 43.4 59.18 98.76 -
YUV 162.89 176.59 21.8 -
System Red Green Blue C M Y K H S L
Decimal 14 222 249 0.94 0.11 0 0.02 186.89 0.95 0.52
Hex E DE F9 5E B 0 2 BB 5F 34
Octal 16 336 371 136 13 0 2 273 137 64
Binary 1110 11011110 11111001 1011110 1011 0 10 10111011 1011111 110100

Color Harmonies of #0EDEF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EDEF9

Black with #0EDEF9

Text Example


Text Example

White with #0EDEF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,222,249); }

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

background-color css

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

 a { background-color: rgb(14,222,249); }

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

border-color css

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

 span { border-color: rgb(14,222,249); }

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