Html Css Color HEX #13DBDD Bright Turquoise

📋 copy color: '#13DBDD'

red 19 ◦ green 219 ◦ blue 221

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

Shades of Bright Turquoise #13DBDD

Tints of Bright Turquoise #13DBDD

RGB

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

 GREEN value IS 219 (85.94% from 255) = 47.71%

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

R = 4.14%
G = 47.71%
B = 48.15%

CMYK

 C value IS 0.91

 M value IS 0.01

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#13DBDD (or 0x13DBDD) is known color: Bright Turquoise. HEX triplet: 13, DB and DD. RGB value is (19,219,221). Sum of RGB (Red+Green+Blue) = 19+219+221=459 (60% of max value = 765). Red value is 19 (7.81% from 255 or 4.14% from 459); Green value is 219 (85.94% from 255 or 47.71% from 459); Blue value is 221 (86.72% from 255 or 48.15% from 459); Max value from RGB is 221 - color contains mainly: blue. Hex color #13DBDD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13DBDD is #EC2422. Grayscale: #9F9F9F. Windows color (decimal): -15475747 or 14539539. OLE color: 14539539.

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

Color convert

RGB 19 219 221 -
CMYK 0.91 0.01 0 0.13
HSL 180.59º 0.84% 0.47% -
HSV(B) 180.59º 0.91% 0.87% -
XYZ 38.65 56.02 77.18 -
YUV 159.43 162.74 27.84 -
System Red Green Blue C M Y K H S L
Decimal 19 219 221 0.91 0.01 0 0.13 180.59 0.84 0.47
Hex 13 DB DD 5B 1 0 D B5 54 2F
Octal 23 333 335 133 1 0 15 265 124 57
Binary 10011 11011011 11011101 1011011 1 0 1101 10110101 1010100 101111

Color Harmonies of #13DBDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13DBDD

Black with #13DBDD

Text Example


Text Example

White with #13DBDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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