Html Css Color HEX #00ECCD Bright Turquoise

📋 copy color: '#00ECCD'

red 0 ◦ green 236 ◦ blue 205

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

Shades of Bright Turquoise #00ECCD

Tints of Bright Turquoise #00ECCD

RGB

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

 GREEN value IS 236 (92.58% from 255) = 53.51%

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

R = 0%
G = 53.51%
B = 46.49%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#00ECCD (or 0x00ECCD) is known color: Bright Turquoise. HEX triplet: 00, EC and CD. RGB value is (0,236,205). Sum of RGB (Red+Green+Blue) = 0+236+205=441 (58% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 441); Green value is 236 (92.58% from 255 or 53.51% from 441); Blue value is 205 (80.47% from 255 or 46.49% from 441); Max value from RGB is 236 - color contains mainly: green. Hex color #00ECCD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #00ECCD is #FF1332. Grayscale: #A1A1A1. Windows color (decimal): -16716595 or 13495296. OLE color: 13495296.

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

Color convert

RGB 0 236 205 -
CMYK 1 0 0.13 0.07
HSL 172.12º 1% 0.46% -
HSV(B) 172.12º 1% 0.93% -
XYZ 41.01 64.4 68.03 -
YUV 161.9 152.31 12.52 -
System Red Green Blue C M Y K H S L
Decimal 0 236 205 1 0 0.13 0.07 172.12 1 0.46
Hex 0 EC CD 64 0 D 7 AC 64 2E
Octal 0 354 315 144 0 15 7 254 144 56
Binary 0 11101100 11001101 1100100 0 1101 111 10101100 1100100 101110

Color Harmonies of #00ECCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00ECCD

Black with #00ECCD

Text Example


Text Example

White with #00ECCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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