Html Css Color HEX #0EE2CC Bright Turquoise

📋 copy color: '#0EE2CC'

red 14 ◦ green 226 ◦ blue 204

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

Shades of Bright Turquoise #0EE2CC

Tints of Bright Turquoise #0EE2CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 45.95%

R = 3.15%
G = 50.9%
B = 45.95%

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

#0EE2CC (or 0x0EE2CC) is known color: Bright Turquoise. HEX triplet: 0E, E2 and CC. RGB value is (14,226,204). Sum of RGB (Red+Green+Blue) = 14+226+204=444 (58% of max value = 765). Red value is 14 (5.86% from 255 or 3.15% from 444); Green value is 226 (88.67% from 255 or 50.90% from 444); Blue value is 204 (80.08% from 255 or 45.95% from 444); Max value from RGB is 226 - color contains mainly: green. Hex color #0EE2CC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0EE2CC is #F11D33. Grayscale: #9F9F9F. Windows color (decimal): -15801652 or 13427214. OLE color: 13427214.

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

Color convert

RGB 14 226 204 -
CMYK 0.94 0 0.10 0.11
HSL 173.77º 0.88% 0.47% -
HSV(B) 173.77º 0.94% 0.89% -
XYZ 38.28 58.85 66.47 -
YUV 160.1 152.76 23.79 -
System Red Green Blue C M Y K H S L
Decimal 14 226 204 0.94 0 0.10 0.11 173.77 0.88 0.47
Hex E E2 CC 5E 0 A B AE 58 2F
Octal 16 342 314 136 0 12 13 256 130 57
Binary 1110 11100010 11001100 1011110 0 1010 1011 10101110 1011000 101111

Color Harmonies of #0EE2CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EE2CC

Black with #0EE2CC

Text Example


Text Example

White with #0EE2CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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