Html Css Color HEX #0EF1DB Bright Turquoise

📋 copy color: '#0EF1DB'

red 14 ◦ green 241 ◦ blue 219

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

Shades of Bright Turquoise #0EF1DB

Tints of Bright Turquoise #0EF1DB

RGB

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

 GREEN value IS 241 (94.53% from 255) = 50.84%

 BLUE value IS 219 (85.94% from 255) = 46.2%

R = 2.95%
G = 50.84%
B = 46.2%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#0EF1DB (or 0x0EF1DB) is known color: Bright Turquoise. HEX triplet: 0E, F1 and DB. RGB value is (14,241,219). Sum of RGB (Red+Green+Blue) = 14+241+219=474 (62% of max value = 765). Red value is 14 (5.86% from 255 or 2.95% from 474); Green value is 241 (94.53% from 255 or 50.84% from 474); Blue value is 219 (85.94% from 255 or 46.20% from 474); Max value from RGB is 241 - color contains mainly: green. Hex color #0EF1DB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0EF1DB is #F10E24. Grayscale: #AAAAAA. Windows color (decimal): -15797797 or 14414094. OLE color: 14414094.

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

Color convert

RGB 14 241 219 -
CMYK 0.94 0 0.09 0.05
HSL 174.19º 0.89% 0.5% -
HSV(B) 174.19º 0.94% 0.95% -
XYZ 44.42 68.12 77.82 -
YUV 170.62 155.29 16.29 -
System Red Green Blue C M Y K H S L
Decimal 14 241 219 0.94 0 0.09 0.05 174.19 0.89 0.5
Hex E F1 DB 5E 0 9 5 AE 59 32
Octal 16 361 333 136 0 11 5 256 131 62
Binary 1110 11110001 11011011 1011110 0 1001 101 10101110 1011001 110010

Color Harmonies of #0EF1DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EF1DB

Black with #0EF1DB

Text Example


Text Example

White with #0EF1DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,241,219); }

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

background-color css

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

 a { background-color: rgb(14,241,219); }

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

border-color css

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

 span { border-color: rgb(14,241,219); }

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