Html Css Color HEX #13DCDD Bright Turquoise

📋 copy color: '#13DCDD'

red 19 ◦ green 220 ◦ blue 221

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

Shades of Bright Turquoise #13DCDD

Tints of Bright Turquoise #13DCDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 48.04%

R = 4.13%
G = 47.83%
B = 48.04%

CMYK

 C value IS 0.91

 M value IS 0.00

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#13DCDD (or 0x13DCDD) is known color: Bright Turquoise. HEX triplet: 13, DC and DD. RGB value is (19,220,221). Sum of RGB (Red+Green+Blue) = 19+220+221=460 (60% of max value = 765). Red value is 19 (7.81% from 255 or 4.13% from 460); Green value is 220 (86.33% from 255 or 47.83% from 460); Blue value is 221 (86.72% from 255 or 48.04% from 460); Max value from RGB is 221 - color contains mainly: blue. Hex color #13DCDD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13DCDD is #EC2322. Grayscale: #9F9F9F. Windows color (decimal): -15475491 or 14539795. OLE color: 14539795.

HSL color Cylindrical-coordinate representation of color #13DCDD: hue angle of 180.3º 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 #13DCDD is Cyan = 0.91, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 19 220 221 -
CMYK 0.91 0.00 0 0.13
HSL 180.3º 0.84% 0.47% -
HSV(B) 180.3º 0.91% 0.87% -
XYZ 38.91 56.55 77.27 -
YUV 160.02 162.41 27.42 -
System Red Green Blue C M Y K H S L
Decimal 19 220 221 0.91 0.00 0 0.13 180.3 0.84 0.47
Hex 13 DC DD 5B 0 0 D B4 54 2F
Octal 23 334 335 133 0 0 15 264 124 57
Binary 10011 11011100 11011101 1011011 0 0 1101 10110100 1010100 101111

Color Harmonies of #13DCDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13DCDD

Black with #13DCDD

Text Example


Text Example

White with #13DCDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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