Html Css Color HEX #1FD9BA Turquoise

📋 copy color: '#1FD9BA'

red 31 ◦ green 217 ◦ blue 186

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

Shades of Turquoise #1FD9BA

Tints of Turquoise #1FD9BA

RGB

 RED value IS 31 (12.5% from 255) = 7.14%

 GREEN value IS 217 (85.16% from 255) = 50%

 BLUE value IS 186 (73.05% from 255) = 42.86%

R = 7.14%
G = 50%
B = 42.86%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#1FD9BA (or 0x1FD9BA) is known color: Turquoise. HEX triplet: 1F, D9 and BA. RGB value is (31,217,186). Sum of RGB (Red+Green+Blue) = 31+217+186=434 (57% of max value = 765). Red value is 31 (12.5% from 255 or 7.14% from 434); Green value is 217 (85.16% from 255 or 50% from 434); Blue value is 186 (73.05% from 255 or 42.86% from 434); Max value from RGB is 217 - color contains mainly: green. Hex color #1FD9BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FD9BA is #E02645. Grayscale: #9D9D9D. Windows color (decimal): -14689862 or 12245279. OLE color: 12245279.

HSL color Cylindrical-coordinate representation of color #1FD9BA: hue angle of 170º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1FD9BA is Cyan = 0.86, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.

Color convert

RGB 31 217 186 -
CMYK 0.86 0 0.14 0.15
HSL 170º 0.75% 0.49% -
HSV(B) 170º 0.86% 0.85% -
XYZ 34.24 53.46 54.97 -
YUV 157.85 143.88 37.52 -
System Red Green Blue C M Y K H S L
Decimal 31 217 186 0.86 0 0.14 0.15 170 0.75 0.49
Hex 1F D9 BA 56 0 E F AA 4B 31
Octal 37 331 272 126 0 16 17 252 113 61
Binary 11111 11011001 10111010 1010110 0 1110 1111 10101010 1001011 110001

Color Harmonies of #1FD9BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FD9BA

Black with #1FD9BA

Text Example


Text Example

White with #1FD9BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1FD9BA; }

 p { color: rgb(31,217,186); }

 H1.HeaderClassName
 {
   color: #1FD9BA;
 }
 .AnyTagClassName
 {
   color: #1FD9BA;
 }
</style>

background-color css

<style>
 a { background-color: #1FD9BA; }

 a { background-color: rgb(31,217,186); }

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

border-color css

<style>
 span { border-color: #1FD9BA; }

 span { border-color: rgb(31,217,186); }

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