Html Css Color HEX #13D7E5 Bright Turquoise

📋 copy color: '#13D7E5'

red 19 ◦ green 215 ◦ blue 229

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

Shades of Bright Turquoise #13D7E5

Tints of Bright Turquoise #13D7E5

RGB

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

 GREEN value IS 215 (84.38% from 255) = 46.44%

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

R = 4.1%
G = 46.44%
B = 49.46%

CMYK

 C value IS 0.92

 M value IS 0.06

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#13D7E5 (or 0x13D7E5) is known color: Bright Turquoise. HEX triplet: 13, D7 and E5. RGB value is (19,215,229). Sum of RGB (Red+Green+Blue) = 19+215+229=463 (61% of max value = 765). Red value is 19 (7.81% from 255 or 4.10% from 463); Green value is 215 (84.38% from 255 or 46.44% from 463); Blue value is 229 (89.84% from 255 or 49.46% from 463); Max value from RGB is 229 - color contains mainly: blue. Hex color #13D7E5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13D7E5 is #EC281A. Grayscale: #9D9D9D. Windows color (decimal): -15476763 or 15062803. OLE color: 15062803.

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

Color convert

RGB 19 215 229 -
CMYK 0.92 0.06 0 0.10
HSL 184º 0.85% 0.49% -
HSV(B) 184º 0.92% 0.9% -
XYZ 38.71 54.4 82.59 -
YUV 157.99 168.07 28.86 -
System Red Green Blue C M Y K H S L
Decimal 19 215 229 0.92 0.06 0 0.10 184 0.85 0.49
Hex 13 D7 E5 5C 6 0 A B8 55 31
Octal 23 327 345 134 6 0 12 270 125 61
Binary 10011 11010111 11100101 1011100 110 0 1010 10111000 1010101 110001

Color Harmonies of #13D7E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13D7E5

Black with #13D7E5

Text Example


Text Example

White with #13D7E5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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