Html Css Color HEX #13E0DE Bright Turquoise

📋 copy color: '#13E0DE'

red 19 ◦ green 224 ◦ blue 222

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

Shades of Bright Turquoise #13E0DE

Tints of Bright Turquoise #13E0DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 47.74%

R = 4.09%
G = 48.17%
B = 47.74%

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

#13E0DE (or 0x13E0DE) is known color: Bright Turquoise. HEX triplet: 13, E0 and DE. RGB value is (19,224,222). Sum of RGB (Red+Green+Blue) = 19+224+222=465 (61% of max value = 765). Red value is 19 (7.81% from 255 or 4.09% from 465); Green value is 224 (87.89% from 255 or 48.17% from 465); Blue value is 222 (87.11% from 255 or 47.74% from 465); Max value from RGB is 224 - color contains mainly: green. Hex color #13E0DE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13E0DE is #EC1F21. Grayscale: #A2A2A2. Windows color (decimal): -15474466 or 14606355. OLE color: 14606355.

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

Color convert

RGB 19 224 222 -
CMYK 0.92 0 0.01 0.12
HSL 179.41º 0.84% 0.48% -
HSV(B) 179.41º 0.92% 0.88% -
XYZ 40.11 58.72 78.33 -
YUV 162.48 161.58 25.66 -
System Red Green Blue C M Y K H S L
Decimal 19 224 222 0.92 0 0.01 0.12 179.41 0.84 0.48
Hex 13 E0 DE 5C 0 1 C B3 54 30
Octal 23 340 336 134 0 1 14 263 124 60
Binary 10011 11100000 11011110 1011100 0 1 1100 10110011 1010100 110000

Color Harmonies of #13E0DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13E0DE

Black with #13E0DE

Text Example


Text Example

White with #13E0DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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