Html Css Color HEX #00EACD Bright Turquoise

📋 copy color: '#00EACD'

red 0 ◦ green 234 ◦ blue 205

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

Shades of Bright Turquoise #00EACD

Tints of Bright Turquoise #00EACD

RGB

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

 GREEN value IS 234 (91.8% from 255) = 53.3%

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

R = 0%
G = 53.3%
B = 46.7%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.12

 K value IS 0.08

RGB Variations

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

Color information

#00EACD (or 0x00EACD) is known color: Bright Turquoise. HEX triplet: 00, EA and CD. RGB value is (0,234,205). Sum of RGB (Red+Green+Blue) = 0+234+205=439 (58% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 439); Green value is 234 (91.80% from 255 or 53.30% from 439); Blue value is 205 (80.47% from 255 or 46.70% from 439); Max value from RGB is 234 - color contains mainly: green. Hex color #00EACD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #00EACD is #FF1532. Grayscale: #A0A0A0. Windows color (decimal): -16717107 or 13494784. OLE color: 13494784.

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

Color convert

RGB 0 234 205 -
CMYK 1 0 0.12 0.08
HSL 172.56º 1% 0.46% -
HSV(B) 172.56º 1% 0.92% -
XYZ 40.44 63.25 67.84 -
YUV 160.73 152.98 13.36 -
System Red Green Blue C M Y K H S L
Decimal 0 234 205 1 0 0.12 0.08 172.56 1 0.46
Hex 0 EA CD 64 0 C 8 AD 64 2E
Octal 0 352 315 144 0 14 10 255 144 56
Binary 0 11101010 11001101 1100100 0 1100 1000 10101101 1100100 101110

Color Harmonies of #00EACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00EACD

Black with #00EACD

Text Example


Text Example

White with #00EACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,234,205); }

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

background-color css

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

 a { background-color: rgb(0,234,205); }

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

border-color css

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

 span { border-color: rgb(0,234,205); }

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