Html Css Color HEX #0EFADE Bright Turquoise

📋 copy color: '#0EFADE'

red 14 ◦ green 250 ◦ blue 222

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

Shades of Bright Turquoise #0EFADE

Tints of Bright Turquoise #0EFADE

RGB

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

 GREEN value IS 250 (98.05% from 255) = 51.44%

 BLUE value IS 222 (87.11% from 255) = 45.68%

R = 2.88%
G = 51.44%
B = 45.68%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#0EFADE (or 0x0EFADE) is known color: Bright Turquoise. HEX triplet: 0E, FA and DE. RGB value is (14,250,222). Sum of RGB (Red+Green+Blue) = 14+250+222=486 (64% of max value = 765). Red value is 14 (5.86% from 255 or 2.88% from 486); Green value is 250 (98.05% from 255 or 51.44% from 486); Blue value is 222 (87.11% from 255 or 45.68% from 486); Max value from RGB is 250 - color contains mainly: green. Hex color #0EFADE is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0EFADE is #F10521. Grayscale: #B0B0B0. Windows color (decimal): -15795490 or 14613006. OLE color: 14613006.

HSL color Cylindrical-coordinate representation of color #0EFADE: hue angle of 172.88º degrees, saturation: 0.96, 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 #0EFADE is Cyan = 0.94, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.

Color convert

RGB 14 250 222 -
CMYK 0.94 0 0.11 0.02
HSL 172.88º 0.96% 0.52% -
HSV(B) 172.88º 0.94% 0.98% -
XYZ 47.55 73.74 80.83 -
YUV 176.24 153.81 12.28 -
System Red Green Blue C M Y K H S L
Decimal 14 250 222 0.94 0 0.11 0.02 172.88 0.96 0.52
Hex E FA DE 5E 0 B 2 AD 60 34
Octal 16 372 336 136 0 13 2 255 140 64
Binary 1110 11111010 11011110 1011110 0 1011 10 10101101 1100000 110100

Color Harmonies of #0EFADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EFADE

Black with #0EFADE

Text Example


Text Example

White with #0EFADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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