Html Css Color HEX #1FD9C2 Turquoise

📋 copy color: '#1FD9C2'

red 31 ◦ green 217 ◦ blue 194

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

Shades of Turquoise #1FD9C2

Tints of Turquoise #1FD9C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 43.89%

R = 7.01%
G = 49.1%
B = 43.89%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.11

 K value IS 0.15

RGB Variations

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

Color information

#1FD9C2 (or 0x1FD9C2) is known color: Turquoise. HEX triplet: 1F, D9 and C2. RGB value is (31,217,194). Sum of RGB (Red+Green+Blue) = 31+217+194=442 (58% of max value = 765). Red value is 31 (12.5% from 255 or 7.01% from 442); Green value is 217 (85.16% from 255 or 49.10% from 442); Blue value is 194 (76.17% from 255 or 43.89% from 442); Max value from RGB is 217 - color contains mainly: green. Hex color #1FD9C2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FD9C2 is #E0263D. Grayscale: #9E9E9E. Windows color (decimal): -14689854 or 12769567. OLE color: 12769567.

HSL color Cylindrical-coordinate representation of color #1FD9C2: hue angle of 172.58º 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 #1FD9C2 is Cyan = 0.86, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.15.

Color convert

RGB 31 217 194 -
CMYK 0.86 0 0.11 0.15
HSL 172.58º 0.75% 0.49% -
HSV(B) 172.58º 0.86% 0.85% -
XYZ 35.12 53.81 59.57 -
YUV 158.76 147.88 36.87 -
System Red Green Blue C M Y K H S L
Decimal 31 217 194 0.86 0 0.11 0.15 172.58 0.75 0.49
Hex 1F D9 C2 56 0 B F AD 4B 31
Octal 37 331 302 126 0 13 17 255 113 61
Binary 11111 11011001 11000010 1010110 0 1011 1111 10101101 1001011 110001

Color Harmonies of #1FD9C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FD9C2

Black with #1FD9C2

Text Example


Text Example

White with #1FD9C2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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