Html Css Color HEX #13DADD Bright Turquoise

📋 copy color: '#13DADD'

red 19 ◦ green 218 ◦ blue 221

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

Shades of Bright Turquoise #13DADD

Tints of Bright Turquoise #13DADD

RGB

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

 GREEN value IS 218 (85.55% from 255) = 47.6%

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

R = 4.15%
G = 47.6%
B = 48.25%

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

#13DADD (or 0x13DADD) is known color: Bright Turquoise. HEX triplet: 13, DA and DD. RGB value is (19,218,221). Sum of RGB (Red+Green+Blue) = 19+218+221=458 (60% of max value = 765). Red value is 19 (7.81% from 255 or 4.15% from 458); Green value is 218 (85.55% from 255 or 47.60% from 458); Blue value is 221 (86.72% from 255 or 48.25% from 458); Max value from RGB is 221 - color contains mainly: blue. Hex color #13DADD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13DADD is #EC2522. Grayscale: #9E9E9E. Windows color (decimal): -15476003 or 14539283. OLE color: 14539283.

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

Color convert

RGB 19 218 221 -
CMYK 0.91 0.01 0 0.13
HSL 180.89º 0.84% 0.47% -
HSV(B) 180.89º 0.91% 0.87% -
XYZ 38.39 55.5 77.1 -
YUV 158.84 163.07 28.26 -
System Red Green Blue C M Y K H S L
Decimal 19 218 221 0.91 0.01 0 0.13 180.89 0.84 0.47
Hex 13 DA DD 5B 1 0 D B5 54 2F
Octal 23 332 335 133 1 0 15 265 124 57
Binary 10011 11011010 11011101 1011011 1 0 1101 10110101 1010100 101111

Color Harmonies of #13DADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13DADD

Black with #13DADD

Text Example


Text Example

White with #13DADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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