Html Css Color HEX #0EE6CE Bright Turquoise

📋 copy color: '#0EE6CE'

red 14 ◦ green 230 ◦ blue 206

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

Shades of Bright Turquoise #0EE6CE

Tints of Bright Turquoise #0EE6CE

RGB

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

 GREEN value IS 230 (90.23% from 255) = 51.11%

 BLUE value IS 206 (80.86% from 255) = 45.78%

R = 3.11%
G = 51.11%
B = 45.78%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.10

 K value IS 0.10

RGB Variations

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

Color information

#0EE6CE (or 0x0EE6CE) is known color: Bright Turquoise. HEX triplet: 0E, E6 and CE. RGB value is (14,230,206). Sum of RGB (Red+Green+Blue) = 14+230+206=450 (59% of max value = 765). Red value is 14 (5.86% from 255 or 3.11% from 450); Green value is 230 (90.23% from 255 or 51.11% from 450); Blue value is 206 (80.86% from 255 or 45.78% from 450); Max value from RGB is 230 - color contains mainly: green. Hex color #0EE6CE is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0EE6CE is #F11931. Grayscale: #A2A2A2. Windows color (decimal): -15800626 or 13559310. OLE color: 13559310.

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

Color convert

RGB 14 230 206 -
CMYK 0.94 0 0.10 0.10
HSL 173.33º 0.89% 0.48% -
HSV(B) 173.33º 0.94% 0.9% -
XYZ 39.62 61.14 68.11 -
YUV 162.68 152.44 21.95 -
System Red Green Blue C M Y K H S L
Decimal 14 230 206 0.94 0 0.10 0.10 173.33 0.89 0.48
Hex E E6 CE 5E 0 A A AD 59 30
Octal 16 346 316 136 0 12 12 255 131 60
Binary 1110 11100110 11001110 1011110 0 1010 1010 10101101 1011001 110000

Color Harmonies of #0EE6CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EE6CE

Black with #0EE6CE

Text Example


Text Example

White with #0EE6CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,230,206); }

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

background-color css

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

 a { background-color: rgb(14,230,206); }

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

border-color css

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

 span { border-color: rgb(14,230,206); }

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