Html Css Color HEX #13E6CB Bright Turquoise

📋 copy color: '#13E6CB'

red 19 ◦ green 230 ◦ blue 203

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

Shades of Bright Turquoise #13E6CB

Tints of Bright Turquoise #13E6CB

RGB

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

 GREEN value IS 230 (90.23% from 255) = 50.88%

 BLUE value IS 203 (79.69% from 255) = 44.91%

R = 4.2%
G = 50.88%
B = 44.91%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.12

 K value IS 0.10

RGB Variations

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

Color information

#13E6CB (or 0x13E6CB) is known color: Bright Turquoise. HEX triplet: 13, E6 and CB. RGB value is (19,230,203). Sum of RGB (Red+Green+Blue) = 19+230+203=452 (59% of max value = 765). Red value is 19 (7.81% from 255 or 4.20% from 452); Green value is 230 (90.23% from 255 or 50.88% from 452); Blue value is 203 (79.69% from 255 or 44.91% from 452); Max value from RGB is 230 - color contains mainly: green. Hex color #13E6CB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #13E6CB is #EC1934. Grayscale: #A3A3A3. Windows color (decimal): -15472949 or 13362707. OLE color: 13362707.

HSL color Cylindrical-coordinate representation of color #13E6CB: hue angle of 172.32º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13E6CB is Cyan = 0.92, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.10.

Color convert

RGB 19 230 203 -
CMYK 0.92 0 0.12 0.10
HSL 172.32º 0.85% 0.49% -
HSV(B) 172.32º 0.92% 0.9% -
XYZ 39.34 61.04 66.21 -
YUV 163.83 150.1 24.7 -
System Red Green Blue C M Y K H S L
Decimal 19 230 203 0.92 0 0.12 0.10 172.32 0.85 0.49
Hex 13 E6 CB 5C 0 C A AC 55 31
Octal 23 346 313 134 0 14 12 254 125 61
Binary 10011 11100110 11001011 1011100 0 1100 1010 10101100 1010101 110001

Color Harmonies of #13E6CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13E6CB

Black with #13E6CB

Text Example


Text Example

White with #13E6CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,230,203); }

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

background-color css

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

 a { background-color: rgb(19,230,203); }

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

border-color css

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

 span { border-color: rgb(19,230,203); }

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