Html Css Color HEX #13ECD7 Bright Turquoise

📋 copy color: '#13ECD7'

red 19 ◦ green 236 ◦ blue 215

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

Shades of Bright Turquoise #13ECD7

Tints of Bright Turquoise #13ECD7

RGB

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

 GREEN value IS 236 (92.58% from 255) = 50.21%

 BLUE value IS 215 (84.38% from 255) = 45.74%

R = 4.04%
G = 50.21%
B = 45.74%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.09

 K value IS 0.07

RGB Variations

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

Color information

#13ECD7 (or 0x13ECD7) is known color: Bright Turquoise. HEX triplet: 13, EC and D7. RGB value is (19,236,215). Sum of RGB (Red+Green+Blue) = 19+236+215=470 (62% of max value = 765). Red value is 19 (7.81% from 255 or 4.04% from 470); Green value is 236 (92.58% from 255 or 50.21% from 470); Blue value is 215 (84.38% from 255 or 45.74% from 470); Max value from RGB is 236 - color contains mainly: green. Hex color #13ECD7 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #13ECD7 is #EC1328. Grayscale: #A8A8A8. Windows color (decimal): -15471401 or 14150675. OLE color: 14150675.

HSL color Cylindrical-coordinate representation of color #13ECD7: hue angle of 174.19º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13ECD7 is Cyan = 0.92, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.07.

Color convert

RGB 19 236 215 -
CMYK 0.92 0 0.09 0.07
HSL 174.19º 0.85% 0.5% -
HSV(B) 174.19º 0.92% 0.93% -
XYZ 42.53 65.04 74.6 -
YUV 168.72 154.11 21.21 -
System Red Green Blue C M Y K H S L
Decimal 19 236 215 0.92 0 0.09 0.07 174.19 0.85 0.5
Hex 13 EC D7 5C 0 9 7 AE 55 32
Octal 23 354 327 134 0 11 7 256 125 62
Binary 10011 11101100 11010111 1011100 0 1001 111 10101110 1010101 110010

Color Harmonies of #13ECD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13ECD7

Black with #13ECD7

Text Example


Text Example

White with #13ECD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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