Html Css Color HEX #0EFFE1 Bright Turquoise

📋 copy color: '#0EFFE1'

red 14 ◦ green 255 ◦ blue 225

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

Shades of Bright Turquoise #0EFFE1

Tints of Bright Turquoise #0EFFE1

RGB

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

 GREEN value IS 255 (100% from 255) = 51.62%

 BLUE value IS 225 (88.28% from 255) = 45.55%

R = 2.83%
G = 51.62%
B = 45.55%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.12

 K value IS 0

RGB Variations

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

Color information

#0EFFE1 (or 0x0EFFE1) is known color: Bright Turquoise. HEX triplet: 0E, FF and E1. RGB value is (14,255,225). Sum of RGB (Red+Green+Blue) = 14+255+225=494 (65% of max value = 765). Red value is 14 (5.86% from 255 or 2.83% from 494); Green value is 255 (100% from 255 or 51.62% from 494); Blue value is 225 (88.28% from 255 or 45.55% from 494); Max value from RGB is 255 - color contains mainly: green. Hex color #0EFFE1 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0EFFE1 is #F1001E. Grayscale: #B3B3B3. Windows color (decimal): -15794207 or 14810894. OLE color: 14810894.

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

Color convert

RGB 14 255 225 -
CMYK 0.95 0 0.12 0
HSL 172.53º 1% 0.53% -
HSV(B) 172.53º 0.95% 1% -
XYZ 49.53 77.05 83.5 -
YUV 179.52 153.66 9.94 -
System Red Green Blue C M Y K H S L
Decimal 14 255 225 0.95 0 0.12 0 172.53 1 0.53
Hex E FF E1 5F 0 C 0 AD 64 35
Octal 16 377 341 137 0 14 0 255 144 65
Binary 1110 11111111 11100001 1011111 0 1100 0 10101101 1100100 110101

Color Harmonies of #0EFFE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EFFE1

Black with #0EFFE1

Text Example


Text Example

White with #0EFFE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,255,225); }

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

background-color css

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

 a { background-color: rgb(14,255,225); }

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

border-color css

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

 span { border-color: rgb(14,255,225); }

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