Html Css Color HEX #13DCCD Bright Turquoise

📋 copy color: '#13DCCD'

red 19 ◦ green 220 ◦ blue 205

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

Shades of Bright Turquoise #13DCCD

Tints of Bright Turquoise #13DCCD

RGB

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

 GREEN value IS 220 (86.33% from 255) = 49.55%

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

R = 4.28%
G = 49.55%
B = 46.17%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.07

 K value IS 0.14

RGB Variations

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

Color information

#13DCCD (or 0x13DCCD) is known color: Bright Turquoise. HEX triplet: 13, DC and CD. RGB value is (19,220,205). Sum of RGB (Red+Green+Blue) = 19+220+205=444 (58% of max value = 765). Red value is 19 (7.81% from 255 or 4.28% from 444); Green value is 220 (86.33% from 255 or 49.55% from 444); Blue value is 205 (80.47% from 255 or 46.17% from 444); Max value from RGB is 220 - color contains mainly: green. Hex color #13DCCD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13DCCD is #EC2332. Grayscale: #9E9E9E. Windows color (decimal): -15475507 or 13491219. OLE color: 13491219.

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

Color convert

RGB 19 220 205 -
CMYK 0.91 0 0.07 0.14
HSL 175.52º 0.84% 0.47% -
HSV(B) 175.52º 0.91% 0.86% -
XYZ 36.88 55.73 66.57 -
YUV 158.19 154.41 28.72 -
System Red Green Blue C M Y K H S L
Decimal 19 220 205 0.91 0 0.07 0.14 175.52 0.84 0.47
Hex 13 DC CD 5B 0 7 E B0 54 2F
Octal 23 334 315 133 0 7 16 260 124 57
Binary 10011 11011100 11001101 1011011 0 111 1110 10110000 1010100 101111

Color Harmonies of #13DCCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13DCCD

Black with #13DCCD

Text Example


Text Example

White with #13DCCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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