Html Css Color HEX #00EBCC Bright Turquoise

📋 copy color: '#00EBCC'

red 0 ◦ green 235 ◦ blue 204

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

Shades of Bright Turquoise #00EBCC

Tints of Bright Turquoise #00EBCC

RGB

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

 GREEN value IS 235 (92.19% from 255) = 53.53%

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

R = 0%
G = 53.53%
B = 46.47%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.13

 K value IS 0.08

RGB Variations

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

Color information

#00EBCC (or 0x00EBCC) is known color: Bright Turquoise. HEX triplet: 00, EB and CC. RGB value is (0,235,204). Sum of RGB (Red+Green+Blue) = 0+235+204=439 (58% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 439); Green value is 235 (92.19% from 255 or 53.53% from 439); Blue value is 204 (80.08% from 255 or 46.47% from 439); Max value from RGB is 235 - color contains mainly: green. Hex color #00EBCC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #00EBCC is #FF1433. Grayscale: #A1A1A1. Windows color (decimal): -16716852 or 13429504. OLE color: 13429504.

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

Color convert

RGB 0 235 204 -
CMYK 1 0 0.13 0.08
HSL 172.09º 1% 0.46% -
HSV(B) 172.09º 1% 0.92% -
XYZ 40.61 63.78 67.3 -
YUV 161.2 152.14 13.02 -
System Red Green Blue C M Y K H S L
Decimal 0 235 204 1 0 0.13 0.08 172.09 1 0.46
Hex 0 EB CC 64 0 D 8 AC 64 2E
Octal 0 353 314 144 0 15 10 254 144 56
Binary 0 11101011 11001100 1100100 0 1101 1000 10101100 1100100 101110

Color Harmonies of #00EBCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00EBCC

Black with #00EBCC

Text Example


Text Example

White with #00EBCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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