Html Css Color HEX #00E1CC Bright Turquoise

📋 copy color: '#00E1CC'

red 0 ◦ green 225 ◦ blue 204

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

Shades of Bright Turquoise #00E1CC

Tints of Bright Turquoise #00E1CC

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 225 (88.28% from 255) = 52.45%

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

R = 0%
G = 52.45%
B = 47.55%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.09

 K value IS 0.12

RGB Variations

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

Color information

#00E1CC (or 0x00E1CC) is known color: Bright Turquoise. HEX triplet: 00, E1 and CC. RGB value is (0,225,204). Sum of RGB (Red+Green+Blue) = 0+225+204=429 (56% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 429); Green value is 225 (88.28% from 255 or 52.45% from 429); Blue value is 204 (80.08% from 255 or 47.55% from 429); Max value from RGB is 225 - color contains mainly: green. Hex color #00E1CC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00E1CC is #FF1E33. Grayscale: #9B9B9B. Windows color (decimal): -16719412 or 13426944. OLE color: 13426944.

HSL color Cylindrical-coordinate representation of color #00E1CC: hue angle of 174.4º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00E1CC is Cyan = 1, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.12.

Color convert

RGB 0 225 204 -
CMYK 1 0 0.09 0.12
HSL 174.4º 1% 0.44% -
HSV(B) 174.4º 1% 0.88% -
XYZ 37.82 58.21 66.37 -
YUV 155.33 155.46 17.21 -
System Red Green Blue C M Y K H S L
Decimal 0 225 204 1 0 0.09 0.12 174.4 1 0.44
Hex 0 E1 CC 64 0 9 C AE 64 2C
Octal 0 341 314 144 0 11 14 256 144 54
Binary 0 11100001 11001100 1100100 0 1001 1100 10101110 1100100 101100

Color Harmonies of #00E1CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00E1CC

Black with #00E1CC

Text Example


Text Example

White with #00E1CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00E1CC; }

 p { color: rgb(0,225,204); }

 H1.HeaderClassName
 {
   color: #00E1CC;
 }
 .AnyTagClassName
 {
   color: #00E1CC;
 }
</style>

background-color css

<style>
 a { background-color: #00E1CC; }

 a { background-color: rgb(0,225,204); }

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

border-color css

<style>
 span { border-color: #00E1CC; }

 span { border-color: rgb(0,225,204); }

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