Html Css Color HEX #13DDCD Bright Turquoise

📋 copy color: '#13DDCD'

red 19 ◦ green 221 ◦ blue 205

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

Shades of Bright Turquoise #13DDCD

Tints of Bright Turquoise #13DDCD

RGB

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

 GREEN value IS 221 (86.72% from 255) = 49.66%

 BLUE value IS 205 (80.47% from 255) = 46.07%

R = 4.27%
G = 49.66%
B = 46.07%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#13DDCD (or 0x13DDCD) is known color: Bright Turquoise. HEX triplet: 13, DD and CD. RGB value is (19,221,205). Sum of RGB (Red+Green+Blue) = 19+221+205=445 (58% of max value = 765). Red value is 19 (7.81% from 255 or 4.27% from 445); Green value is 221 (86.72% from 255 or 49.66% from 445); Blue value is 205 (80.47% from 255 or 46.07% from 445); Max value from RGB is 221 - color contains mainly: green. Hex color #13DDCD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13DDCD is #EC2232. Grayscale: #9E9E9E. Windows color (decimal): -15475251 or 13491475. OLE color: 13491475.

HSL color Cylindrical-coordinate representation of color #13DDCD: hue angle of 175.25º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13DDCD is Cyan = 0.91, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB 19 221 205 -
CMYK 0.91 0 0.07 0.13
HSL 175.25º 0.84% 0.47% -
HSV(B) 175.25º 0.91% 0.87% -
XYZ 37.14 56.26 66.66 -
YUV 158.78 154.08 28.3 -
System Red Green Blue C M Y K H S L
Decimal 19 221 205 0.91 0 0.07 0.13 175.25 0.84 0.47
Hex 13 DD CD 5B 0 7 D AF 54 2F
Octal 23 335 315 133 0 7 15 257 124 57
Binary 10011 11011101 11001101 1011011 0 111 1101 10101111 1010100 101111

Color Harmonies of #13DDCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13DDCD

Black with #13DDCD

Text Example


Text Example

White with #13DDCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,221,205); }

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

background-color css

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

 a { background-color: rgb(19,221,205); }

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

border-color css

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

 span { border-color: rgb(19,221,205); }

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