Html Css Color HEX #13DDD9 Bright Turquoise

📋 copy color: '#13DDD9'

red 19 ◦ green 221 ◦ blue 217

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

Shades of Bright Turquoise #13DDD9

Tints of Bright Turquoise #13DDD9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 47.48%

R = 4.16%
G = 48.36%
B = 47.48%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#13DDD9 (or 0x13DDD9) is known color: Bright Turquoise. HEX triplet: 13, DD and D9. RGB value is (19,221,217). Sum of RGB (Red+Green+Blue) = 19+221+217=457 (60% of max value = 765). Red value is 19 (7.81% from 255 or 4.16% from 457); Green value is 221 (86.72% from 255 or 48.36% from 457); Blue value is 217 (85.16% from 255 or 47.48% from 457); Max value from RGB is 221 - color contains mainly: green. Hex color #13DDD9 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13DDD9 is #EC2226. Grayscale: #9F9F9F. Windows color (decimal): -15475239 or 14277907. OLE color: 14277907.

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

Color convert

RGB 19 221 217 -
CMYK 0.91 0 0.02 0.13
HSL 178.81º 0.84% 0.47% -
HSV(B) 178.81º 0.91% 0.87% -
XYZ 38.65 56.86 74.58 -
YUV 160.15 160.08 27.33 -
System Red Green Blue C M Y K H S L
Decimal 19 221 217 0.91 0 0.02 0.13 178.81 0.84 0.47
Hex 13 DD D9 5B 0 2 D B3 54 2F
Octal 23 335 331 133 0 2 15 263 124 57
Binary 10011 11011101 11011001 1011011 0 10 1101 10110011 1010100 101111

Color Harmonies of #13DDD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13DDD9

Black with #13DDD9

Text Example


Text Example

White with #13DDD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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