Html Css Color HEX #0EFADF Bright Turquoise

📋 copy color: '#0EFADF'

red 14 ◦ green 250 ◦ blue 223

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

Shades of Bright Turquoise #0EFADF

Tints of Bright Turquoise #0EFADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 45.79%

R = 2.87%
G = 51.33%
B = 45.79%

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

#0EFADF (or 0x0EFADF) is known color: Bright Turquoise. HEX triplet: 0E, FA and DF. RGB value is (14,250,223). Sum of RGB (Red+Green+Blue) = 14+250+223=487 (64% of max value = 765). Red value is 14 (5.86% from 255 or 2.87% from 487); Green value is 250 (98.05% from 255 or 51.33% from 487); Blue value is 223 (87.5% from 255 or 45.79% from 487); Max value from RGB is 250 - color contains mainly: green. Hex color #0EFADF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0EFADF is #F10520. Grayscale: #B0B0B0. Windows color (decimal): -15795489 or 14678542. OLE color: 14678542.

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

Color convert

RGB 14 250 223 -
CMYK 0.94 0 0.11 0.02
HSL 173.14º 0.96% 0.52% -
HSV(B) 173.14º 0.94% 0.98% -
XYZ 47.69 73.79 81.54 -
YUV 176.36 154.31 12.2 -
System Red Green Blue C M Y K H S L
Decimal 14 250 223 0.94 0 0.11 0.02 173.14 0.96 0.52
Hex E FA DF 5E 0 B 2 AD 60 34
Octal 16 372 337 136 0 13 2 255 140 64
Binary 1110 11111010 11011111 1011110 0 1011 10 10101101 1100000 110100

Color Harmonies of #0EFADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EFADF

Black with #0EFADF

Text Example


Text Example

White with #0EFADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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