Html Css Color HEX #13E0DD Bright Turquoise

📋 copy color: '#13E0DD'

red 19 ◦ green 224 ◦ blue 221

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

Shades of Bright Turquoise #13E0DD

Tints of Bright Turquoise #13E0DD

RGB

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

 GREEN value IS 224 (87.89% from 255) = 48.28%

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

R = 4.09%
G = 48.28%
B = 47.63%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.01

 K value IS 0.12

RGB Variations

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

Color information

#13E0DD (or 0x13E0DD) is known color: Bright Turquoise. HEX triplet: 13, E0 and DD. RGB value is (19,224,221). Sum of RGB (Red+Green+Blue) = 19+224+221=464 (61% of max value = 765). Red value is 19 (7.81% from 255 or 4.09% from 464); Green value is 224 (87.89% from 255 or 48.28% from 464); Blue value is 221 (86.72% from 255 or 47.63% from 464); Max value from RGB is 224 - color contains mainly: green. Hex color #13E0DD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13E0DD is #EC1F22. Grayscale: #A2A2A2. Windows color (decimal): -15474467 or 14540819. OLE color: 14540819.

HSL color Cylindrical-coordinate representation of color #13E0DD: hue angle of 179.12º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13E0DD is Cyan = 0.92, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.12.

Color convert

RGB 19 224 221 -
CMYK 0.92 0 0.01 0.12
HSL 179.12º 0.84% 0.48% -
HSV(B) 179.12º 0.92% 0.88% -
XYZ 39.98 58.67 77.62 -
YUV 162.36 161.08 25.74 -
System Red Green Blue C M Y K H S L
Decimal 19 224 221 0.92 0 0.01 0.12 179.12 0.84 0.48
Hex 13 E0 DD 5C 0 1 C B3 54 30
Octal 23 340 335 134 0 1 14 263 124 60
Binary 10011 11100000 11011101 1011100 0 1 1100 10110011 1010100 110000

Color Harmonies of #13E0DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13E0DD

Black with #13E0DD

Text Example


Text Example

White with #13E0DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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