Html Css Color HEX #0EE1F1 Bright Turquoise

📋 copy color: '#0EE1F1'

red 14 ◦ green 225 ◦ blue 241

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

Shades of Bright Turquoise #0EE1F1

Tints of Bright Turquoise #0EE1F1

RGB

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

 GREEN value IS 225 (88.28% from 255) = 46.88%

 BLUE value IS 241 (94.53% from 255) = 50.21%

R = 2.92%
G = 46.88%
B = 50.21%

CMYK

 C value IS 0.94

 M value IS 0.07

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#0EE1F1 (or 0x0EE1F1) is known color: Bright Turquoise. HEX triplet: 0E, E1 and F1. RGB value is (14,225,241). Sum of RGB (Red+Green+Blue) = 14+225+241=480 (63% of max value = 765). Red value is 14 (5.86% from 255 or 2.92% from 480); Green value is 225 (88.28% from 255 or 46.88% from 480); Blue value is 241 (94.53% from 255 or 50.21% from 480); Max value from RGB is 241 - color contains mainly: blue. Hex color #0EE1F1 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0EE1F1 is #F11E0E. Grayscale: #A3A3A3. Windows color (decimal): -15801871 or 15851790. OLE color: 15851790.

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

Color convert

RGB 14 225 241 -
CMYK 0.94 0.07 0 0.05
HSL 184.23º 0.89% 0.5% -
HSV(B) 184.23º 0.94% 0.95% -
XYZ 42.98 60.29 92.59 -
YUV 163.74 171.6 21.2 -
System Red Green Blue C M Y K H S L
Decimal 14 225 241 0.94 0.07 0 0.05 184.23 0.89 0.5
Hex E E1 F1 5E 7 0 5 B8 59 32
Octal 16 341 361 136 7 0 5 270 131 62
Binary 1110 11100001 11110001 1011110 111 0 101 10111000 1011001 110010

Color Harmonies of #0EE1F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EE1F1

Black with #0EE1F1

Text Example


Text Example

White with #0EE1F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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