Html Css Color HEX #13DEE5 Bright Turquoise

📋 copy color: '#13DEE5'

red 19 ◦ green 222 ◦ blue 229

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

Shades of Bright Turquoise #13DEE5

Tints of Bright Turquoise #13DEE5

RGB

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

 GREEN value IS 222 (87.11% from 255) = 47.23%

 BLUE value IS 229 (89.84% from 255) = 48.72%

R = 4.04%
G = 47.23%
B = 48.72%

CMYK

 C value IS 0.92

 M value IS 0.03

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#13DEE5 (or 0x13DEE5) is known color: Bright Turquoise. HEX triplet: 13, DE and E5. RGB value is (19,222,229). Sum of RGB (Red+Green+Blue) = 19+222+229=470 (62% of max value = 765). Red value is 19 (7.81% from 255 or 4.04% from 470); Green value is 222 (87.11% from 255 or 47.23% from 470); Blue value is 229 (89.84% from 255 or 48.72% from 470); Max value from RGB is 229 - color contains mainly: blue. Hex color #13DEE5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13DEE5 is #EC211A. Grayscale: #A1A1A1. Windows color (decimal): -15474971 or 15064595. OLE color: 15064595.

HSL color Cylindrical-coordinate representation of color #13DEE5: hue angle of 182º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13DEE5 is Cyan = 0.92, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 19 222 229 -
CMYK 0.92 0.03 0 0.10
HSL 182º 0.85% 0.49% -
HSV(B) 182º 0.92% 0.9% -
XYZ 40.53 58.04 83.19 -
YUV 162.1 165.75 25.93 -
System Red Green Blue C M Y K H S L
Decimal 19 222 229 0.92 0.03 0 0.10 182 0.85 0.49
Hex 13 DE E5 5C 3 0 A B6 55 31
Octal 23 336 345 134 3 0 12 266 125 61
Binary 10011 11011110 11100101 1011100 11 0 1010 10110110 1010101 110001

Color Harmonies of #13DEE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13DEE5

Black with #13DEE5

Text Example


Text Example

White with #13DEE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,222,229); }

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

background-color css

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

 a { background-color: rgb(19,222,229); }

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

border-color css

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

 span { border-color: rgb(19,222,229); }

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