Html Css Color HEX #0EE2CD Bright Turquoise

📋 copy color: '#0EE2CD'

red 14 ◦ green 226 ◦ blue 205

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

Shades of Bright Turquoise #0EE2CD

Tints of Bright Turquoise #0EE2CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 46.07%

R = 3.15%
G = 50.79%
B = 46.07%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.09

 K value IS 0.11

RGB Variations

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

Color information

#0EE2CD (or 0x0EE2CD) is known color: Bright Turquoise. HEX triplet: 0E, E2 and CD. RGB value is (14,226,205). Sum of RGB (Red+Green+Blue) = 14+226+205=445 (58% of max value = 765). Red value is 14 (5.86% from 255 or 3.15% from 445); Green value is 226 (88.67% from 255 or 50.79% from 445); Blue value is 205 (80.47% from 255 or 46.07% from 445); Max value from RGB is 226 - color contains mainly: green. Hex color #0EE2CD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0EE2CD is #F11D32. Grayscale: #A0A0A0. Windows color (decimal): -15801651 or 13492750. OLE color: 13492750.

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

Color convert

RGB 14 226 205 -
CMYK 0.94 0 0.09 0.11
HSL 174.06º 0.88% 0.47% -
HSV(B) 174.06º 0.94% 0.89% -
XYZ 38.4 58.89 67.1 -
YUV 160.22 153.26 23.71 -
System Red Green Blue C M Y K H S L
Decimal 14 226 205 0.94 0 0.09 0.11 174.06 0.88 0.47
Hex E E2 CD 5E 0 9 B AE 58 2F
Octal 16 342 315 136 0 11 13 256 130 57
Binary 1110 11100010 11001101 1011110 0 1001 1011 10101110 1011000 101111

Color Harmonies of #0EE2CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EE2CD

Black with #0EE2CD

Text Example


Text Example

White with #0EE2CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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