Html Css Color HEX #13E0C3 Bright Turquoise

📋 copy color: '#13E0C3'

red 19 ◦ green 224 ◦ blue 195

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

Shades of Bright Turquoise #13E0C3

Tints of Bright Turquoise #13E0C3

RGB

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

 GREEN value IS 224 (87.89% from 255) = 51.14%

 BLUE value IS 195 (76.56% from 255) = 44.52%

R = 4.34%
G = 51.14%
B = 44.52%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.13

 K value IS 0.12

RGB Variations

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

Color information

#13E0C3 (or 0x13E0C3) is known color: Bright Turquoise. HEX triplet: 13, E0 and C3. RGB value is (19,224,195). Sum of RGB (Red+Green+Blue) = 19+224+195=438 (58% of max value = 765). Red value is 19 (7.81% from 255 or 4.34% from 438); Green value is 224 (87.89% from 255 or 51.14% from 438); Blue value is 195 (76.56% from 255 or 44.52% from 438); Max value from RGB is 224 - color contains mainly: green. Hex color #13E0C3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13E0C3 is #EC1F3C. Grayscale: #9F9F9F. Windows color (decimal): -15474493 or 12836883. OLE color: 12836883.

HSL color Cylindrical-coordinate representation of color #13E0C3: hue angle of 171.51º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13E0C3 is Cyan = 0.92, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.12.

Color convert

RGB 19 224 195 -
CMYK 0.92 0 0.13 0.12
HSL 171.51º 0.84% 0.48% -
HSV(B) 171.51º 0.92% 0.88% -
XYZ 36.77 57.39 60.77 -
YUV 159.4 148.08 27.86 -
System Red Green Blue C M Y K H S L
Decimal 19 224 195 0.92 0 0.13 0.12 171.51 0.84 0.48
Hex 13 E0 C3 5C 0 D C AC 54 30
Octal 23 340 303 134 0 15 14 254 124 60
Binary 10011 11100000 11000011 1011100 0 1101 1100 10101100 1010100 110000

Color Harmonies of #13E0C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13E0C3

Black with #13E0C3

Text Example


Text Example

White with #13E0C3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,224,195); }

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

background-color css

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

 a { background-color: rgb(19,224,195); }

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

border-color css

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

 span { border-color: rgb(19,224,195); }

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