Html Css Color HEX #00ECD5 Bright Turquoise

📋 copy color: '#00ECD5'

red 0 ◦ green 236 ◦ blue 213

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

Shades of Bright Turquoise #00ECD5

Tints of Bright Turquoise #00ECD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 47.44%

R = 0%
G = 52.56%
B = 47.44%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.10

 K value IS 0.07

RGB Variations

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

Color information

#00ECD5 (or 0x00ECD5) is known color: Bright Turquoise. HEX triplet: 00, EC and D5. RGB value is (0,236,213). Sum of RGB (Red+Green+Blue) = 0+236+213=449 (59% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 449); Green value is 236 (92.58% from 255 or 52.56% from 449); Blue value is 213 (83.59% from 255 or 47.44% from 449); Max value from RGB is 236 - color contains mainly: green. Hex color #00ECD5 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #00ECD5 is #FF132A. Grayscale: #A2A2A2. Windows color (decimal): -16716587 or 14019584. OLE color: 14019584.

HSL color Cylindrical-coordinate representation of color #00ECD5: hue angle of 174.15º 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 #00ECD5 is Cyan = 1, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.

Color convert

RGB 0 236 213 -
CMYK 1 0 0.10 0.07
HSL 174.15º 1% 0.46% -
HSV(B) 174.15º 1% 0.93% -
XYZ 42.01 64.8 73.24 -
YUV 162.81 156.31 11.87 -
System Red Green Blue C M Y K H S L
Decimal 0 236 213 1 0 0.10 0.07 174.15 1 0.46
Hex 0 EC D5 64 0 A 7 AE 64 2E
Octal 0 354 325 144 0 12 7 256 144 56
Binary 0 11101100 11010101 1100100 0 1010 111 10101110 1100100 101110

Color Harmonies of #00ECD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00ECD5

Black with #00ECD5

Text Example


Text Example

White with #00ECD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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