Html Css Color HEX #13ECCC Bright Turquoise

📋 copy color: '#13ECCC'

red 19 ◦ green 236 ◦ blue 204

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

Shades of Bright Turquoise #13ECCC

Tints of Bright Turquoise #13ECCC

RGB

 RED value IS 19 (7.81% from 255) = 4.14%

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

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

R = 4.14%
G = 51.42%
B = 44.44%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#13ECCC (or 0x13ECCC) is known color: Bright Turquoise. HEX triplet: 13, EC and CC. RGB value is (19,236,204). Sum of RGB (Red+Green+Blue) = 19+236+204=459 (60% of max value = 765). Red value is 19 (7.81% from 255 or 4.14% from 459); Green value is 236 (92.58% from 255 or 51.42% from 459); Blue value is 204 (80.08% from 255 or 44.44% from 459); Max value from RGB is 236 - color contains mainly: green. Hex color #13ECCC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #13ECCC is #EC1333. Grayscale: #A7A7A7. Windows color (decimal): -15471412 or 13429779. OLE color: 13429779.

HSL color Cylindrical-coordinate representation of color #13ECCC: hue angle of 171.15º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13ECCC is Cyan = 0.92, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB 19 236 204 -
CMYK 0.92 0 0.14 0.07
HSL 171.15º 0.85% 0.5% -
HSV(B) 171.15º 0.92% 0.93% -
XYZ 41.16 64.49 67.4 -
YUV 167.47 148.61 22.1 -
System Red Green Blue C M Y K H S L
Decimal 19 236 204 0.92 0 0.14 0.07 171.15 0.85 0.5
Hex 13 EC CC 5C 0 E 7 AB 55 32
Octal 23 354 314 134 0 16 7 253 125 62
Binary 10011 11101100 11001100 1011100 0 1110 111 10101011 1010101 110010

Color Harmonies of #13ECCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13ECCC

Black with #13ECCC

Text Example


Text Example

White with #13ECCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13ECCC; }

 p { color: rgb(19,236,204); }

 H1.HeaderClassName
 {
   color: #13ECCC;
 }
 .AnyTagClassName
 {
   color: #13ECCC;
 }
</style>

background-color css

<style>
 a { background-color: #13ECCC; }

 a { background-color: rgb(19,236,204); }

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

border-color css

<style>
 span { border-color: #13ECCC; }

 span { border-color: rgb(19,236,204); }

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