Html Css Color HEX #0EE9D2 Bright Turquoise

📋 copy color: '#0EE9D2'

red 14 ◦ green 233 ◦ blue 210

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

Shades of Bright Turquoise #0EE9D2

Tints of Bright Turquoise #0EE9D2

RGB

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

 GREEN value IS 233 (91.41% from 255) = 50.98%

 BLUE value IS 210 (82.42% from 255) = 45.95%

R = 3.06%
G = 50.98%
B = 45.95%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.10

 K value IS 0.09

RGB Variations

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

Color information

#0EE9D2 (or 0x0EE9D2) is known color: Bright Turquoise. HEX triplet: 0E, E9 and D2. RGB value is (14,233,210). Sum of RGB (Red+Green+Blue) = 14+233+210=457 (60% of max value = 765). Red value is 14 (5.86% from 255 or 3.06% from 457); Green value is 233 (91.41% from 255 or 50.98% from 457); Blue value is 210 (82.42% from 255 or 45.95% from 457); Max value from RGB is 233 - color contains mainly: green. Hex color #0EE9D2 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0EE9D2 is #F1162D. Grayscale: #A4A4A4. Windows color (decimal): -15799854 or 13822222. OLE color: 13822222.

HSL color Cylindrical-coordinate representation of color #0EE9D2: hue angle of 173.7º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EE9D2 is Cyan = 0.94, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.09.

Color convert

RGB 14 233 210 -
CMYK 0.94 0 0.10 0.09
HSL 173.7º 0.89% 0.48% -
HSV(B) 173.7º 0.94% 0.91% -
XYZ 40.95 63.02 70.98 -
YUV 164.9 153.45 20.37 -
System Red Green Blue C M Y K H S L
Decimal 14 233 210 0.94 0 0.10 0.09 173.7 0.89 0.48
Hex E E9 D2 5E 0 A 9 AE 59 30
Octal 16 351 322 136 0 12 11 256 131 60
Binary 1110 11101001 11010010 1011110 0 1010 1001 10101110 1011001 110000

Color Harmonies of #0EE9D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EE9D2

Black with #0EE9D2

Text Example


Text Example

White with #0EE9D2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,233,210); }

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

background-color css

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

 a { background-color: rgb(14,233,210); }

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

border-color css

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

 span { border-color: rgb(14,233,210); }

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