Html Css Color HEX #0EE3EA Bright Turquoise

📋 copy color: '#0EE3EA'

red 14 ◦ green 227 ◦ blue 234

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

Shades of Bright Turquoise #0EE3EA

Tints of Bright Turquoise #0EE3EA

RGB

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

 GREEN value IS 227 (89.06% from 255) = 47.79%

 BLUE value IS 234 (91.8% from 255) = 49.26%

R = 2.95%
G = 47.79%
B = 49.26%

CMYK

 C value IS 0.94

 M value IS 0.03

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0EE3EA (or 0x0EE3EA) is known color: Bright Turquoise. HEX triplet: 0E, E3 and EA. RGB value is (14,227,234). Sum of RGB (Red+Green+Blue) = 14+227+234=475 (62% of max value = 765). Red value is 14 (5.86% from 255 or 2.95% from 475); Green value is 227 (89.06% from 255 or 47.79% from 475); Blue value is 234 (91.80% from 255 or 49.26% from 475); Max value from RGB is 234 - color contains mainly: blue. Hex color #0EE3EA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0EE3EA is #F11C15. Grayscale: #A3A3A3. Windows color (decimal): -15801366 or 15393550. OLE color: 15393550.

HSL color Cylindrical-coordinate representation of color #0EE3EA: hue angle of 181.91º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EE3EA is Cyan = 0.94, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 14 227 234 -
CMYK 0.94 0.03 0 0.08
HSL 181.91º 0.89% 0.49% -
HSV(B) 181.91º 0.94% 0.92% -
XYZ 42.5 60.97 87.37 -
YUV 164.11 167.43 20.93 -
System Red Green Blue C M Y K H S L
Decimal 14 227 234 0.94 0.03 0 0.08 181.91 0.89 0.49
Hex E E3 EA 5E 3 0 8 B6 59 31
Octal 16 343 352 136 3 0 10 266 131 61
Binary 1110 11100011 11101010 1011110 11 0 1000 10110110 1011001 110001

Color Harmonies of #0EE3EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EE3EA

Black with #0EE3EA

Text Example


Text Example

White with #0EE3EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,227,234); }

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

background-color css

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

 a { background-color: rgb(14,227,234); }

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

border-color css

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

 span { border-color: rgb(14,227,234); }

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