Html Css Color HEX #0EFECE Bright Turquoise

📋 copy color: '#0EFECE'

red 14 ◦ green 254 ◦ blue 206

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

Shades of Bright Turquoise #0EFECE

Tints of Bright Turquoise #0EFECE

RGB

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

 GREEN value IS 254 (99.61% from 255) = 53.59%

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

R = 2.95%
G = 53.59%
B = 43.46%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.19

 K value IS 0.00

RGB Variations

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

Color information

#0EFECE (or 0x0EFECE) is known color: Bright Turquoise. HEX triplet: 0E, FE and CE. RGB value is (14,254,206). Sum of RGB (Red+Green+Blue) = 14+254+206=474 (62% of max value = 765). Red value is 14 (5.86% from 255 or 2.95% from 474); Green value is 254 (99.61% from 255 or 53.59% from 474); Blue value is 206 (80.86% from 255 or 43.46% from 474); Max value from RGB is 254 - color contains mainly: green. Hex color #0EFECE is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0EFECE is #F10131. Grayscale: #B0B0B0. Windows color (decimal): -15794482 or 13565454. OLE color: 13565454.

HSL color Cylindrical-coordinate representation of color #0EFECE: hue angle of 168º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EFECE is Cyan = 0.94, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.

Color convert

RGB 14 254 206 -
CMYK 0.94 0 0.19 0.00
HSL 168º 0.99% 0.53% -
HSV(B) 168º 0.94% 1% -
XYZ 46.76 75.43 70.49 -
YUV 176.77 144.49 11.9 -
System Red Green Blue C M Y K H S L
Decimal 14 254 206 0.94 0 0.19 0.00 168 0.99 0.53
Hex E FE CE 5E 0 13 0 A8 63 35
Octal 16 376 316 136 0 23 0 250 143 65
Binary 1110 11111110 11001110 1011110 0 10011 0 10101000 1100011 110101

Color Harmonies of #0EFECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EFECE

Black with #0EFECE

Text Example


Text Example

White with #0EFECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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