Html Css Color HEX #0EE4CE Bright Turquoise

📋 copy color: '#0EE4CE'

red 14 ◦ green 228 ◦ blue 206

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

Shades of Bright Turquoise #0EE4CE

Tints of Bright Turquoise #0EE4CE

RGB

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

 GREEN value IS 228 (89.45% from 255) = 50.89%

 BLUE value IS 206 (80.86% from 255) = 45.98%

R = 3.13%
G = 50.89%
B = 45.98%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.10

 K value IS 0.11

RGB Variations

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

Color information

#0EE4CE (or 0x0EE4CE) is known color: Bright Turquoise. HEX triplet: 0E, E4 and CE. RGB value is (14,228,206). Sum of RGB (Red+Green+Blue) = 14+228+206=448 (59% of max value = 765). Red value is 14 (5.86% from 255 or 3.12% from 448); Green value is 228 (89.45% from 255 or 50.89% from 448); Blue value is 206 (80.86% from 255 or 45.98% from 448); Max value from RGB is 228 - color contains mainly: green. Hex color #0EE4CE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0EE4CE is #F11B31. Grayscale: #A1A1A1. Windows color (decimal): -15801138 or 13558798. OLE color: 13558798.

HSL color Cylindrical-coordinate representation of color #0EE4CE: hue angle of 173.83º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EE4CE is Cyan = 0.94, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.11.

Color convert

RGB 14 228 206 -
CMYK 0.94 0 0.10 0.11
HSL 173.83º 0.88% 0.47% -
HSV(B) 173.83º 0.94% 0.89% -
XYZ 39.07 60.04 67.92 -
YUV 161.51 153.1 22.79 -
System Red Green Blue C M Y K H S L
Decimal 14 228 206 0.94 0 0.10 0.11 173.83 0.88 0.47
Hex E E4 CE 5E 0 A B AE 58 2F
Octal 16 344 316 136 0 12 13 256 130 57
Binary 1110 11100100 11001110 1011110 0 1010 1011 10101110 1011000 101111

Color Harmonies of #0EE4CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EE4CE

Black with #0EE4CE

Text Example


Text Example

White with #0EE4CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,228,206); }

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

background-color css

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

 a { background-color: rgb(14,228,206); }

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

border-color css

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

 span { border-color: rgb(14,228,206); }

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