Html Css Color HEX #1FDCBE Turquoise

📋 copy color: '#1FDCBE'

red 31 ◦ green 220 ◦ blue 190

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

Shades of Turquoise #1FDCBE

Tints of Turquoise #1FDCBE

RGB

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

 GREEN value IS 220 (86.33% from 255) = 49.89%

 BLUE value IS 190 (74.61% from 255) = 43.08%

R = 7.03%
G = 49.89%
B = 43.08%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.14

 K value IS 0.14

RGB Variations

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

Color information

#1FDCBE (or 0x1FDCBE) is known color: Turquoise. HEX triplet: 1F, DC and BE. RGB value is (31,220,190). Sum of RGB (Red+Green+Blue) = 31+220+190=441 (58% of max value = 765). Red value is 31 (12.5% from 255 or 7.03% from 441); Green value is 220 (86.33% from 255 or 49.89% from 441); Blue value is 190 (74.61% from 255 or 43.08% from 441); Max value from RGB is 220 - color contains mainly: green. Hex color #1FDCBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FDCBE is #E02341. Grayscale: #A0A0A0. Windows color (decimal): -14689090 or 12508191. OLE color: 12508191.

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

Color convert

RGB 31 220 190 -
CMYK 0.86 0 0.14 0.14
HSL 170.48º 0.75% 0.49% -
HSV(B) 170.48º 0.86% 0.86% -
XYZ 35.45 55.2 57.5 -
YUV 160.07 144.88 35.94 -
System Red Green Blue C M Y K H S L
Decimal 31 220 190 0.86 0 0.14 0.14 170.48 0.75 0.49
Hex 1F DC BE 56 0 E E AA 4B 31
Octal 37 334 276 126 0 16 16 252 113 61
Binary 11111 11011100 10111110 1010110 0 1110 1110 10101010 1001011 110001

Color Harmonies of #1FDCBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FDCBE

Black with #1FDCBE

Text Example


Text Example

White with #1FDCBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,220,190); }

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

background-color css

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

 a { background-color: rgb(31,220,190); }

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

border-color css

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

 span { border-color: rgb(31,220,190); }

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