Html Css Color HEX #13F7D9 Bright Turquoise

📋 copy color: '#13F7D9'

red 19 ◦ green 247 ◦ blue 217

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

Shades of Bright Turquoise #13F7D9

Tints of Bright Turquoise #13F7D9

RGB

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

 GREEN value IS 247 (96.88% from 255) = 51.14%

 BLUE value IS 217 (85.16% from 255) = 44.93%

R = 3.93%
G = 51.14%
B = 44.93%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.12

 K value IS 0.03

RGB Variations

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

Color information

#13F7D9 (or 0x13F7D9) is known color: Bright Turquoise. HEX triplet: 13, F7 and D9. RGB value is (19,247,217). Sum of RGB (Red+Green+Blue) = 19+247+217=483 (63% of max value = 765). Red value is 19 (7.81% from 255 or 3.93% from 483); Green value is 247 (96.88% from 255 or 51.14% from 483); Blue value is 217 (85.16% from 255 or 44.93% from 483); Max value from RGB is 247 - color contains mainly: green. Hex color #13F7D9 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #13F7D9 is #EC0826. Grayscale: #AFAFAF. Windows color (decimal): -15468583 or 14284563. OLE color: 14284563.

HSL color Cylindrical-coordinate representation of color #13F7D9: hue angle of 172.11º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13F7D9 is Cyan = 0.92, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.03.

Color convert

RGB 19 247 217 -
CMYK 0.92 0 0.12 0.03
HSL 172.11º 0.93% 0.52% -
HSV(B) 172.11º 0.92% 0.97% -
XYZ 46.05 71.67 77.05 -
YUV 175.41 151.46 16.44 -
System Red Green Blue C M Y K H S L
Decimal 19 247 217 0.92 0 0.12 0.03 172.11 0.93 0.52
Hex 13 F7 D9 5C 0 C 3 AC 5D 34
Octal 23 367 331 134 0 14 3 254 135 64
Binary 10011 11110111 11011001 1011100 0 1100 11 10101100 1011101 110100

Color Harmonies of #13F7D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13F7D9

Black with #13F7D9

Text Example


Text Example

White with #13F7D9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,247,217); }

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

background-color css

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

 a { background-color: rgb(19,247,217); }

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

border-color css

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

 span { border-color: rgb(19,247,217); }

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