Html Css Color HEX #13F9DF Bright Turquoise

📋 copy color: '#13F9DF'

red 19 ◦ green 249 ◦ blue 223

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

Shades of Bright Turquoise #13F9DF

Tints of Bright Turquoise #13F9DF

RGB

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

 GREEN value IS 249 (97.66% from 255) = 50.71%

 BLUE value IS 223 (87.5% from 255) = 45.42%

R = 3.87%
G = 50.71%
B = 45.42%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#13F9DF (or 0x13F9DF) is known color: Bright Turquoise. HEX triplet: 13, F9 and DF. RGB value is (19,249,223). Sum of RGB (Red+Green+Blue) = 19+249+223=491 (65% of max value = 765). Red value is 19 (7.81% from 255 or 3.87% from 491); Green value is 249 (97.66% from 255 or 50.71% from 491); Blue value is 223 (87.5% from 255 or 45.42% from 491); Max value from RGB is 249 - color contains mainly: green. Hex color #13F9DF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #13F9DF is #EC0620. Grayscale: #B1B1B1. Windows color (decimal): -15468065 or 14678291. OLE color: 14678291.

HSL color Cylindrical-coordinate representation of color #13F9DF: hue angle of 173.22º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13F9DF is Cyan = 0.92, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB 19 249 223 -
CMYK 0.92 0 0.10 0.02
HSL 173.22º 0.95% 0.53% -
HSV(B) 173.22º 0.92% 0.98% -
XYZ 47.46 73.22 81.44 -
YUV 177.27 153.8 15.11 -
System Red Green Blue C M Y K H S L
Decimal 19 249 223 0.92 0 0.10 0.02 173.22 0.95 0.53
Hex 13 F9 DF 5C 0 A 2 AD 5F 35
Octal 23 371 337 134 0 12 2 255 137 65
Binary 10011 11111001 11011111 1011100 0 1010 10 10101101 1011111 110101

Color Harmonies of #13F9DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13F9DF

Black with #13F9DF

Text Example


Text Example

White with #13F9DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,249,223); }

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

background-color css

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

 a { background-color: rgb(19,249,223); }

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

border-color css

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

 span { border-color: rgb(19,249,223); }

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