Html Css Color HEX #0EE2EA Bright Turquoise

📋 copy color: '#0EE2EA'

red 14 ◦ green 226 ◦ blue 234

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

Shades of Bright Turquoise #0EE2EA

Tints of Bright Turquoise #0EE2EA

RGB

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

 GREEN value IS 226 (88.67% from 255) = 47.68%

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

R = 2.95%
G = 47.68%
B = 49.37%

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

#0EE2EA (or 0x0EE2EA) is known color: Bright Turquoise. HEX triplet: 0E, E2 and EA. RGB value is (14,226,234). Sum of RGB (Red+Green+Blue) = 14+226+234=474 (62% of max value = 765). Red value is 14 (5.86% from 255 or 2.95% from 474); Green value is 226 (88.67% from 255 or 47.68% from 474); Blue value is 234 (91.80% from 255 or 49.37% from 474); Max value from RGB is 234 - color contains mainly: blue. Hex color #0EE2EA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0EE2EA is #F11D15. Grayscale: #A3A3A3. Windows color (decimal): -15801622 or 15393294. OLE color: 15393294.

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

Color convert

RGB 14 226 234 -
CMYK 0.94 0.03 0 0.08
HSL 182.18º 0.89% 0.49% -
HSV(B) 182.18º 0.94% 0.92% -
XYZ 42.23 60.43 87.28 -
YUV 163.52 167.76 21.35 -
System Red Green Blue C M Y K H S L
Decimal 14 226 234 0.94 0.03 0 0.08 182.18 0.89 0.49
Hex E E2 EA 5E 3 0 8 B6 59 31
Octal 16 342 352 136 3 0 10 266 131 61
Binary 1110 11100010 11101010 1011110 11 0 1000 10110110 1011001 110001

Color Harmonies of #0EE2EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EE2EA

Black with #0EE2EA

Text Example


Text Example

White with #0EE2EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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