Html Css Color HEX #13EACC Bright Turquoise

📋 copy color: '#13EACC'

red 19 ◦ green 234 ◦ blue 204

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

Shades of Bright Turquoise #13EACC

Tints of Bright Turquoise #13EACC

RGB

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

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

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

R = 4.16%
G = 51.2%
B = 44.64%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.13

 K value IS 0.08

RGB Variations

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

Color information

#13EACC (or 0x13EACC) is known color: Bright Turquoise. HEX triplet: 13, EA and CC. RGB value is (19,234,204). Sum of RGB (Red+Green+Blue) = 19+234+204=457 (60% of max value = 765). Red value is 19 (7.81% from 255 or 4.16% from 457); Green value is 234 (91.80% from 255 or 51.20% from 457); Blue value is 204 (80.08% from 255 or 44.64% from 457); Max value from RGB is 234 - color contains mainly: green. Hex color #13EACC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #13EACC is #EC1533. Grayscale: #A6A6A6. Windows color (decimal): -15471924 or 13429267. OLE color: 13429267.

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

Color convert

RGB 19 234 204 -
CMYK 0.92 0 0.13 0.08
HSL 171.63º 0.85% 0.5% -
HSV(B) 171.63º 0.92% 0.92% -
XYZ 40.59 63.34 67.21 -
YUV 166.3 149.27 22.94 -
System Red Green Blue C M Y K H S L
Decimal 19 234 204 0.92 0 0.13 0.08 171.63 0.85 0.5
Hex 13 EA CC 5C 0 D 8 AC 55 32
Octal 23 352 314 134 0 15 10 254 125 62
Binary 10011 11101010 11001100 1011100 0 1101 1000 10101100 1010101 110010

Color Harmonies of #13EACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13EACC

Black with #13EACC

Text Example


Text Example

White with #13EACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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